It clearly says it: rsync: command not found
So start by fixing that. Dick On Mon, 29 Jul 2019 at 10:11, Karther <[email protected]> wrote: > > Hey guy !! > > I have on problem, i want synchronize two repertory who are in destination > host (source and destination), my task is : > > - name: "Copie de la partie front-office" > synchronize: > src: /var/apps/hospitalis-frontoffice/{{ version > }}/fo/hospitalisV3Front-{{ version }}-RELEASE/hospitalisV3Front/dist/ > dest: /home/wildfly/apache/webapp/front-office-{{ version }} > > Same with this option remote_src: yes this task not works !! :( > > The message error is : > > fatal: [my_host]: FAILED! => {"changed": false, "cmd": "/usr/bin/rsync > --delay-updates -F --compress --archive --rsh=/usr/bin/ssh -S none -o Port=22 > -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null > --out-format=<<CHANGED>>%i %n%L > /var/apps/hospitalis-frontoffice/3-29-0/fo/hospitalisV3Front-3-29-0-RELEASE/hospitalisV3Front/dist/ > wildfly@my_host:/home/wildfly/apache/webapp/front-office-3-29-0", "msg": > "Warning: Permanently added 'my_host,10.25.23.220' (ECDSA) to the list of > known hosts.\r\nbash: rsync: command not found\nrsync: connection > unexpectedly closed (0 bytes received so far) [sender]\nrsync error: error in > rsync protocol data stream (code 12) at io.c(226) [sender=3.1.1]\n", "rc": 12} > > I specify that source and destination are on host destination and not in > localhost. > > Someone have any idea please ?!!! > > Thanks for your help !! :) > > Regards, > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/403f44a6-d521-40b1-9924-ea0e9b705a7e%40googlegroups.com. -- Dick Visser Trust & Identity Service Operations Manager GÉANT -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwO0VM5QZVKvSJqhQa3bxBU_VDjgmeQ0-RPM9rcA_DGpQw%40mail.gmail.com.
