On Mon, Jan 14, 2019 at 12:47 AM Mangai <v.mangai.2...@gmail.com> wrote:
>
> ---
> - name: sync pull task
>   hosts: localhost
>   connection: local
>   become: true
>   become_user: user
>   tasks:
>   - name: copying file using pull
>     synchronize:
>       src: /home/sss/mypath/
>       dest: /home/user/ansibleworkspace/
>       mode: pull
>       rsync_path: "sudo_rsync"
>       recursive: true
>     delegate_to: '{{ item }}'
>     with_inventory_hostnames: targetservers
>
>
> I m trying to copy a directory from remote, but it's not happening. Its 
> getting paused.
>
> output:
>
> user@thu:~/ansibleworkspace$ ansible-playbook checkremote.yml
>
> PLAY [sync pull task] 
> **********************************************************
>
> TASK [Gathering Facts] 
> *********************************************************
> ok: [localhost]
>
> TASK [copying file using pull] 
> *************************************************
>
>
> How to resolve it?????????
>

This mailing list is dedicated for development discussions about
Ansible itself, user community support questions, discussion, and
otherwise are recommended for the user's mailing list:
https://groups.google.com/forum/#!forum/ansible-project

Thank you,
-AdamM

> --
> You received this message because you are subscribed to the Google Groups 
> "Ansible Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to ansible-devel+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to