Fix btrfs module

This commit is contained in:
LinuxSquare 2024-06-27 20:31:45 +02:00
parent f6a3ad8bf8
commit 1c399ea662

View file

@ -10,7 +10,9 @@
- name: Append btrfs module
lineinfile:
state: present
lineafter: btrfs
path: /etc/modules
insertafter: EOF
line: btrfs
- name: Btrfs mount permission
file:
path: "/btrfs"