Hello,
I’m trying to run a simple test playbook to copy files over to a vagrant vm. The specs are:
ubuntu/trusty64 box
vagrant 1.7.3
ansible 1.9.2
The playbook looks like this:
Hello,
I’m trying to run a simple test playbook to copy files over to a vagrant vm. The specs are:
ubuntu/trusty64 box
vagrant 1.7.3
ansible 1.9.2
The playbook looks like this:
-u vagrant -U vagrant <= makes no sense, if you login as vagrant you
don't need to sudo TO vagrant, you probalby want to leave -U vagrant
out and the default (sudo to root) should work.
dang! I didn’t think that thru. Works as it should now. I appreciate your help!