mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Merge pull request #10269 from danrue/unarchive_creates_behavior
Make behavior consistent when using 'creates' option with modules
This commit is contained in:
commit
9bb8e60ed1
3 changed files with 2 additions and 5 deletions
|
@ -96,7 +96,6 @@
|
|||
assert:
|
||||
that:
|
||||
- "unarchive02c.changed == false"
|
||||
- "unarchive02c.skipped == true"
|
||||
|
||||
- name: unarchive a tar.gz file with creates over an existing file using complex_args
|
||||
unarchive:
|
||||
|
@ -110,7 +109,6 @@
|
|||
assert:
|
||||
that:
|
||||
- "unarchive02d.changed == false"
|
||||
- "unarchive02d.skipped == true"
|
||||
|
||||
- name: remove our tar.gz unarchive destination
|
||||
file: path={{output_dir}}/test-unarchive-tar-gz state=absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue