1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Glenn Pratt 2024-07-29 21:53:05 -07:00
parent 0f3f99c78b
commit e827a8f953
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ class TestArchive(ModuleTestCase):
exclusion_patterns=dict(type='list', elements='path'),
force_archive=dict(type='bool', default=False),
remove=dict(type='bool', default=False),
reproducible_tar=dict(type="bool", default=False),
),
add_file_common_args=True,
supports_check_mode=True,