Whitespace cleanup to get in sync with AniNIX/Uniglot hooks

This commit is contained in:
2022-11-20 20:03:01 -06:00
parent a43cb4b6bb
commit a34c96df6b
96 changed files with 713 additions and 400 deletions

View File

@@ -4,8 +4,8 @@
register: df_output
- name: Verify /var space
assert:
that:
assert:
that:
- 90 > {{ df_output.stdout }}
fail_msg: "Not enough free space"