add verify
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Blank
|
- name: Check XFS project quotas on /mnt
|
||||||
ansible.builtin.command: echo
|
ansible.builtin.command: xfs_quota -x -c 'report -p' /mnt
|
||||||
|
register: quota_output
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
failed_when: "'Project quota on /mnt' not in quota_output.stdout"
|
||||||
|
|||||||
Reference in New Issue
Block a user