- name: Copy files from src(local) to dest (hosts)
copy:
src: "{{ local_source_directory }}/Java8.jre.8.0.0.616.tar"
dest: "{{ patch_directory }}/"
force: no
Kindly advise here ..
Regards,
Prathap
--
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 ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/2d1a21ee-4fe8-420b-84c7-8692eab190e1n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAEAA%3DtsdzN9OYwV%3D0b4Hgkt6%3DMQfvfFrff-Z2XyOFZ6PTqSDvw%40mail.gmail.com.
TASK [directories : Synchronization of src on the control machine to dest on the remote hosts] ******************************************************************************************************************************************
fatal: [vmpwr0023]: FAILED! => {"changed": false, "cmd": "/usr/bin/rsync --delay-updates -F --compress --archive --rsh=/usr/bin/ssh -S none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null --out-format=<<CHANGED>>%i %n%L /u01/ansible/sw/fmw_12.2.1.4.0_infrastructure_Disk1_1of1.zip ora...@172.20.8.90:/u01/staging/patches", "msg": "ssh: connect to host 172.20.8.90 port 22: Connection timed out\r\nrsync: connection unexpectedly closed (0 bytes received so far) [sender]\nrsync error: unexplained error (code 255) at io.c(226) [sender=3.1.3]\n", "rc": 255}
This is playbook:
- name: Synchronization of src on the control machine to dest on the remote hosts
synchronize:
src: "{{ local_source_directory }}/fmw_12.2.1.4.0_infrastructure_Disk1_1of1.zip"
dest: "{{ patch_directory }}"
Regards,
Prathap
--
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 ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/2d1a21ee-4fe8-420b-84c7-8692eab190e1n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwM_4rLyLtrquYknsNoKJZ9VZQrLk8PxU4kYfQXsnf34Jw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwOL-BkqycpaeZGFdSeVPMVXXR1Be7rbeJun%3DZKpa88%2Btw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwPaeQPRcH0jxwWk5U9YqRZx57pxQKo7dyBo2gAscB1pfA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAL8fbwNvKoCkdAdZRWMUTOJN5gR%2Bv5%2BAG_1sog5MB4XtFz_jOw%40mail.gmail.com.