Hi Experts

One doubt with synchronize module

 - name: Unix common script deployment
    synchronize:
          src: “{{ playbook_dir }}/shellscript”
          Dest: /tmp/patch_impl
     delegation_to: all

 In this ansible code it is failing because to run synchronize we need
rsynch module in both control as well as managed nodes. But to overcome
that can we use container method? Inside the requirement.txt can we add
rsync module to build a image out it and use in the template?

 My container file structure
 1. _build/requirement.txt
 2. Contanerfile
 3. krb5.conf
 4. pip.conf
 5. uib.repo

Regards
Prady

-- 
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-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAEuB3Aqrbj4rbZ4U%2Bu3CsFd5TRfgM4KtsbwiwGtup6gqw6SeYQ%40mail.gmail.com.

Reply via email to