Merge pull request #7 from Ernest0x/patch-1
synchronize: use a single -F instead of -FF
This commit is contained in:
commit
3da0aa9f08
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ def main():
|
||||||
group = module.params['group']
|
group = module.params['group']
|
||||||
rsync_opts = module.params['rsync_opts']
|
rsync_opts = module.params['rsync_opts']
|
||||||
|
|
||||||
cmd = '%s --delay-updates -FF' % rsync
|
cmd = '%s --delay-updates -F' % rsync
|
||||||
if compress:
|
if compress:
|
||||||
cmd = cmd + ' --compress'
|
cmd = cmd + ' --compress'
|
||||||
if rsync_timeout:
|
if rsync_timeout:
|
||||||
|
|
Loading…
Reference in a new issue