Hello, This is due to a permission issue in the management server. To test it, I copied the file to /tmp and checked and it worked.
Now to fix this permanently, how do I have sudo for "src". This is the reason it is not working. Thanks dnraj On Monday, April 27, 2015 at 2:38:52 PM UTC-7, Raj Desikavinayagompillai wrote: > > Hello, > > Following was the error message. Playbook creates the user but does not > copy the keys from management server to destination server. > > Am I missing something here? > > ansible-playbook -vvvvv /etc/ansible/site.yml > > msg: could not find src=/home/dummyuser1/.ssh/authorized_keys > > # master playbook file: site.yml > > - hosts: ansible_slaves > > remote_user: ansible > > tasks: > > - name: Add test user > > user: > > name=dummyuser > > password='dummyuser’ > > groups=ansible > > shell=/bin/bash > > append=yes > > - name: creates the .ssh directory > > ... -- 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/0403da5c-3eef-40fb-a1f2-500e698fa1a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
