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"