Add optional btrfs support
This commit is contained in:
parent
d87eb4f8cd
commit
09dd034b2c
@ -10,6 +10,12 @@
|
|||||||
dest: /root/.ssh/authorized_keys
|
dest: /root/.ssh/authorized_keys
|
||||||
when: authorized_keys is defined
|
when: authorized_keys is defined
|
||||||
|
|
||||||
|
- name: Install btrfs-tools
|
||||||
|
apt:
|
||||||
|
name: btrfs-tools
|
||||||
|
state: present
|
||||||
|
when: btrfs_support is defined and btrfs_support | bool == true
|
||||||
|
|
||||||
- name: Manage filesystem mounts
|
- name: Manage filesystem mounts
|
||||||
mount:
|
mount:
|
||||||
path: "{{ item.path }}"
|
path: "{{ item.path }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user