This commit is contained in:
Mikhail Emelchenkov 2023-08-04 23:22:48 +01:00 committed by GitHub
commit 0c58f16b6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -430,8 +430,8 @@ def main():
except ValueError:
module.fail_json(msg='Could not determine controller hostname for rsync to send to')
else:
source = module.params['src']
dest = module.params['dest']
source = '"' + module.params['src'] + '"'
dest = '"' + module.params['dest'] + '"'
dest_port = module.params['dest_port']
delete = module.params['delete']
private_key = module.params['private_key']