Re: [ansible-project] ERR : msg: src (or content) and dest are required

2016-08-05 Thread Kiran Patil
Thanks Scott , i figured it out too. I wanted to update but the post was under moderator review so i could not. On Friday, August 5, 2016 at 7:23:40 AM UTC-7, Scott Sturdivant wrote: > > dest:/etc/... --> dest=/etc/... > > On Fri, Aug 5, 2016 at 7:12 AM Kiran Patil >

Re: [ansible-project] ERR : msg: src (or content) and dest are required

2016-08-05 Thread Scott Sturdivant
dest:/etc/... --> dest=/etc/... On Fri, Aug 5, 2016 at 7:12 AM Kiran Patil wrote: > > 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

[ansible-project] ERR : msg: src (or content) and dest are required

2016-08-05 Thread Kiran Patil
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