Skip to content

Commit

Permalink
chore(quotas): remove now unnecessary fstab modification step
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Dec 6, 2024
1 parent 1240833 commit 5208fe8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions roles/storage_quotas/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5208fe8

Please sign in to comment.