On ons, 2016-05-11 at 03:28 -0700, codfather wrote: > Andreas, when I implemented this, I had to put a line in the section > to use sudo for the installation, which makes sense, just wondering > if you had achieved that another way , just curious.
Yepp, I have the following in my ansible.cfg [privilege_escalation] become = True (Where sudo is the default become_method) > Thanks for the post. Glad it helped! // Andreas -- 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/1463396677.2403.7.camel%40arrakis.se. For more options, visit https://groups.google.com/d/optout.
