Hi all,
synchronize command is not working.
---
- hosts: target
tasks:
- name: "copy between two remote hosts"
synchronize:
src: /root/gopi/file_149
dest: /root/gopi/
#delegate_to: "{{ groups['oraclesource'][0] }}"
delegate_to: "{{ item }}"
with_items:
# - "{{ groups['source'][0] }}"
- 10.210.8.149
the task is being idle .........any one can help.