1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #9559 from bcoca/fix_unarchive_tests

added changed status to return when new early create check is triggered
This commit is contained in:
Brian Coca 2014-11-14 11:29:30 -05:00
commit bfb4a0c83a
2 changed files with 2 additions and 0 deletions

View file

@ -69,6 +69,7 @@ class ActionModule(object):
comm_ok=True,
result=dict(
skipped=True,
changed=False,
msg=("skipped, since %s exists" % creates)
)
)

View file

@ -87,6 +87,7 @@
assert:
that:
- "unarchive02c.changed == false"
- "unarchive02c.skipped == true"
- name: remove our tar.gz unarchive destination
file: path={{output_dir}}/test-unarchive-tar-gz state=absent