From 5208fe84f6d4118b6eb86c57763537c66d3addfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Fri, 6 Dec 2024 15:05:05 +0100 Subject: [PATCH] chore(quotas): remove now unnecessary fstab modification step --- roles/storage_quotas/tasks/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/storage_quotas/tasks/main.yml b/roles/storage_quotas/tasks/main.yml index a752208..a4039f0 100644 --- a/roles/storage_quotas/tasks/main.yml +++ b/roles/storage_quotas/tasks/main.yml @@ -4,17 +4,6 @@ package: quota install_recommends: false -- name: Enable group quotas for root filesystem - become: true - notify: Reboot - register: storage_quotas_quota_flags - ansible.posix.mount: - src: LABEL=cloudimg-rootfs - fstype: ext4 - path: / - opts: discard,errors=remount-ro - state: present - - name: Copy initial ramdisk root filesystem option tweak hook script become: true notify: