Give myself 5G quota on fedorapeople

I need to upload a big Silverblue ISO for
https://github.com/fedora-silverblue/issue-tracker/issues/530 .

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-24 10:59:20 -08:00
parent cd3534157e
commit 560614b3c9

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: 3g}
- {user: adamwill, quota: 5g}
- {user: apache, quota: 1000g}
- {user: ausil, quota: 10g}
- {user: bollocks, quota: 12g}