diff --git a/roles/partitioning/tasks/btrfs.yml b/roles/partitioning/tasks/btrfs.yml index 0c38b52..d5b51c8 100644 --- a/roles/partitioning/tasks/btrfs.yml +++ b/roles/partitioning/tasks/btrfs.yml @@ -32,15 +32,11 @@ when: cis == true or item.subvol not in ['var_log', 'var_log_audit'] command: btrfs qgroup limit {{ item.quota }} /mnt/{{ '@' if item.subvol == 'root' else '@' + item.subvol }} loop: - - { subvol: root, quota: '12G' } - { subvol: home, quota: '2G' } - - { subvol: var, quota: '2G' } - - { subvol: var_log, quota: '2G' } - - { subvol: var_log_audit, quota: '1536M' } - name: Unmount Partition mount: path: /mnt src: '{{ install_drive }}{{ main_partition_suffix }}' fstype: btrfs - state: unmounted \ No newline at end of file + state: unmounted