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:
parent
dea03d8810
commit
38a8271d34
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ class Archive(object):
|
||||||
self.format = module.params['format']
|
self.format = module.params['format']
|
||||||
self.must_archive = module.params['force_archive']
|
self.must_archive = module.params['force_archive']
|
||||||
self.remove = module.params['remove']
|
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.changed = False
|
||||||
self.destination_state = STATE_ABSENT
|
self.destination_state = STATE_ABSENT
|
||||||
|
|
Loading…
Reference in a new issue