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
|
- name: Append btrfs module
|
||||||
lineinfile:
|
lineinfile:
|
||||||
state: present
|
state: present
|
||||||
lineafter: btrfs
|
path: /etc/modules
|
||||||
|
insertafter: EOF
|
||||||
|
line: btrfs
|
||||||
- name: Btrfs mount permission
|
- name: Btrfs mount permission
|
||||||
file:
|
file:
|
||||||
path: "/btrfs"
|
path: "/btrfs"
|
||||||
|
|
Loading…
Reference in a new issue