Give myself yet more people quota for uploading ISOs

Now I need another ISO uploaded for kkoukiou to investigate
https://bugzilla.redhat.com/show_bug.cgi?id=2260395 .

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-26 08:42:28 -08:00
parent 371e1c7636
commit 862a070716

View file

@ -198,7 +198,7 @@
- name: set quotas for people who have more set
command: xfs_quota -x -c 'limit bsoft={{ item.quota }} bhard={{ item.quota }} {{ item.user }}' /srv
with_items:
- {user: adamwill, quota: 5g}
- {user: adamwill, quota: 8g}
- {user: apache, quota: 1000g}
- {user: ausil, quota: 10g}
- {user: bollocks, quota: 12g}