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

missed feedback

This commit is contained in:
Glenn Pratt 2024-08-05 22:43:51 -07:00
parent dea03d8810
commit 38a8271d34
No known key found for this signature in database

View file

@ -286,7 +286,7 @@ class Archive(object):
self.format = module.params['format']
self.must_archive = module.params['force_archive']
self.remove = module.params['remove']
self.reproducible_tar = module.params["reproducible_tar"] or False
self.reproducible_tar = module.params["reproducible_tar"]
self.changed = False
self.destination_state = STATE_ABSENT