mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Fixed a typo.
This commit is contained in:
parent
2814828bc9
commit
bcd7af3991
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ def main():
|
||||||
rsync = module.params.get('local_rsync_path', 'rsync')
|
rsync = module.params.get('local_rsync_path', 'rsync')
|
||||||
rsync_timeout = module.params.get('rsync_timeout', 'rsync_timeout')
|
rsync_timeout = module.params.get('rsync_timeout', 'rsync_timeout')
|
||||||
archive = module.params['archive']
|
archive = module.params['archive']
|
||||||
existing_only = module.params['existing_only'],
|
existing_only = module.params['existing_only']
|
||||||
dirs = module.params['dirs']
|
dirs = module.params['dirs']
|
||||||
# the default of these params depends on the value of archive
|
# the default of these params depends on the value of archive
|
||||||
recursive = module.params['recursive']
|
recursive = module.params['recursive']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue