Fix btrfs module
This commit is contained in:
parent
f6a3ad8bf8
commit
1c399ea662
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue