Up corey84's quota to 12g. ticket 5087

This commit is contained in:
Kevin Fenzi 2016-01-27 22:51:57 +00:00
parent b07607b0ce
commit 250cf43047

View file

@ -116,6 +116,7 @@
command: xfs_quota -x -c 'limit bsoft={{ item.quota }} bhard={{ item.quota }} {{ item.user }}' /srv
with_items:
- { user: apache, quota: 1000g }
- { user: corey84, quota: 12g }
- { user: dmarlin, quota: 5g }
- { user: duffy, quota: 10g }
- { user: dwalsh, quota: 5g }