1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

removes python requirement to script

mistakenly added when checksum was made to use stat module
fixed assertion in test
This commit is contained in:
Brian Coca 2016-03-18 21:21:55 -07:00
parent 6768f34b31
commit 1ebc2fda71
2 changed files with 10 additions and 7 deletions

View file

@ -66,4 +66,4 @@
- name: assert that the file was removed by the script
assert:
that:
- "script_result1.changed != True"
- "script_result1|changed"