Am Donnerstag, 27. August 2015 16:53:40 UTC+2 schrieb Brian Coca: > > you are missing the option to enable sudo (--sudo), >
Thanks a lot. That did it and also showed me that it seems impossible for me to use ansible :( Unfortunately I'm onlyi allowed to do "sudo -u sudouser" ans not "sudo -u sudouser some arbitrary command". This is fine in an interactive session as the allowed command will leave me in a bash. But ansible tries to execute something like: /bin/sh -c echo BECOME-SUCCESS-somegibberish; LANG=en_US.UTF-8 LC_CTYPE= en_US.UTF-8 /usr/bin/python /tmp/ansible-tmp-1440690655.74-51912605722035/ command Or is there also a way around this? -- 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/b04c6a1b-6f42-4840-9577-64d00f0dca28%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
