add verify

This commit is contained in:
Sergey Malyuk
2025-12-24 11:28:56 +03:00
parent d72a570783
commit 502c2f6ded

View File

@@ -6,6 +6,8 @@
any_errors_fatal: true
tasks:
- name: Blank
ansible.builtin.command: echo
- name: Check XFS project quotas on /mnt
ansible.builtin.command: xfs_quota -x -c 'report -p' /mnt
register: quota_output
changed_when: false
failed_when: "'Project quota on /mnt' not in quota_output.stdout"