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:
parent
371e1c7636
commit
862a070716
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
||||||
- name: set quotas for people who have more set
|
- name: set quotas for people who have more set
|
||||||
command: xfs_quota -x -c 'limit bsoft={{ item.quota }} bhard={{ item.quota }} {{ item.user }}' /srv
|
command: xfs_quota -x -c 'limit bsoft={{ item.quota }} bhard={{ item.quota }} {{ item.user }}' /srv
|
||||||
with_items:
|
with_items:
|
||||||
- {user: adamwill, quota: 5g}
|
- {user: adamwill, quota: 8g}
|
||||||
- {user: apache, quota: 1000g}
|
- {user: apache, quota: 1000g}
|
||||||
- {user: ausil, quota: 10g}
|
- {user: ausil, quota: 10g}
|
||||||
- {user: bollocks, quota: 12g}
|
- {user: bollocks, quota: 12g}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue