mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix for check_mode in archive (#26788)
Fix adds check_mode fix for archive module. Also, adds unit tests for archive module Fixes: #26750 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
8333a8b908
commit
156b29b26b
6 changed files with 237 additions and 2 deletions
1
test/integration/targets/archive/files/bar.txt
Normal file
1
test/integration/targets/archive/files/bar.txt
Normal file
|
@ -0,0 +1 @@
|
|||
bar.txt
|
1
test/integration/targets/archive/files/foo.txt
Normal file
1
test/integration/targets/archive/files/foo.txt
Normal file
|
@ -0,0 +1 @@
|
|||
foo.txt
|
Loading…
Add table
Add a link
Reference in a new issue