Hello
I am trying to use the synchroize /var/www folder between control host and 
my appserver(s)

Although the basic synchronize command works, the other options given at 
http://docs.ansible.com/synchronize_module.html dont seem to work.
This is a recent install on Ubuntu 14 and ansible version is 
 ansible-playbook 1.5.4


synchronize src=/var/www/ dest=/var/www 
  - works but copies all files

synchronize checksum=yes src=/var/www/ dest=/var/www

fails with error
failed: [10.179.158.146] => {"failed": true}
msg: unsupported parameter for module: checksum

FATAL: all hosts have already failed -- aborting

synchronize src=/var/www/ dest=/var/www rsync_opts=--checksum,--exclude=.git

fails with error
failed: [10.179.158.146] => {"failed": true}
msg: unsupported parameter for module: rsync_opts

FATAL: all hosts have already failed -- aborting

What am i doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/bb0c70cd-d191-489e-bffe-44f05c764116%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to