We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14a2d2 commit 5645011Copy full SHA for 5645011
roles/common/tasks/file_tests.yml
@@ -5,7 +5,7 @@
5
register: fstats
6
7
- name: |
8
- {{ common_file_test_id }} Verify the file {{ item }} exists
+ TEST Verify the file {{ item }} exists
9
ansible.builtin.assert:
10
that:
11
- fstats.stat.exists
0 commit comments