On Saturday, April 12, 2014 11:18:29 PM UTC-7, Joel Hughes wrote: > > > sudo_user: jhughes > > > This is working exactly as directed... I would remove sudo_user: myself but you could alternately set it to sudo_user: root.
The default for sudo is for it to switch to root, but if you set sudo_user it's the equivalent of running sudo -u <user_name> which runs the command as the provided <user_name>. I hope that this helps, Adam -- 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/aca9f23a-078a-450a-8cce-d51be04a9934%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
