Add optional btrfs support

This commit is contained in:
Kris Lamoureux 2021-06-24 00:37:12 -04:00
parent d87eb4f8cd
commit 09dd034b2c
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -10,6 +10,12 @@
dest: /root/.ssh/authorized_keys
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
mount:
path: "{{ item.path }}"