diff --git a/roles/people/tasks/main.yml b/roles/people/tasks/main.yml index 490f792637..e2c18600fa 100644 --- a/roles/people/tasks/main.yml +++ b/roles/people/tasks/main.yml @@ -189,6 +189,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: apache, quota: 1000g } - { user: ausil, quota: 10g } - { user: bollocks, quota: 12g }