Hello,

Can someone help on this ?


I am getting err


failed: [xxx01] => {"failed": true}
msg: src (or content) and dest are required

FATAL: all hosts have already failed -- aborting





    - name:  Set puppet.conf
      copy: src=/etc/ansible/playbooks/files/puppet-Prod.conf 
dest:/etc/puppetlabs/puppet/puppet.conf mode=0644 force
    - name: Run puppet agent in test mode
      command: puppet agent -t


I am using ansible to install puppet client here. 

It fails while tryng to overwrite the file puppet.conf 

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a85cffd8-644c-4fe2-b714-233ad4c63978%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to