From 862a0707162ea7423be0f2dd41c6e16781197f66 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 26 Jan 2024 08:42:28 -0800 Subject: [PATCH] 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 --- roles/people/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/people/tasks/main.yml b/roles/people/tasks/main.yml index db9c115a5c..7226f84b0c 100644 --- a/roles/people/tasks/main.yml +++ b/roles/people/tasks/main.yml @@ -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}