mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix test
This commit is contained in:
parent
0f3f99c78b
commit
e827a8f953
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class TestArchive(ModuleTestCase):
|
||||||
exclusion_patterns=dict(type='list', elements='path'),
|
exclusion_patterns=dict(type='list', elements='path'),
|
||||||
force_archive=dict(type='bool', default=False),
|
force_archive=dict(type='bool', default=False),
|
||||||
remove=dict(type='bool', default=False),
|
remove=dict(type='bool', default=False),
|
||||||
|
reproducible_tar=dict(type="bool", default=False),
|
||||||
),
|
),
|
||||||
add_file_common_args=True,
|
add_file_common_args=True,
|
||||||
supports_check_mode=True,
|
supports_check_mode=True,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue