Re: [ansible-project] frustrated

2014-03-03 Thread Jürgen Haas
I came across something similar in version 1.5 and found the following in /usr/local/bin/ansible: ``` if options.su_user or options.ask_su_pass: options.su = True ``` As the default for su_user is roolt, the above is always valid and options.su gets always set to True. Even i

Re: [ansible-project] frustrated

2014-03-03 Thread James Tanner
On 02/28/2014 03:33 PM, David Marti wrote: Can anybody explain what this error means and why i can't run anything in ansible: mb-dmarti:tasks dmarti$ ansible -i sudo_hosts sudo_site.yml --list-hosts Traceback (most recent call last): File "/opt/ansible/ansible/bin/ansible", line 224, in

[ansible-project] frustrated

2014-03-03 Thread David Marti
Can anybody explain what this error means and why i can't run anything in ansible: mb-dmarti:tasks dmarti$ ansible -i sudo_hosts sudo_site.yml --list-hosts Traceback (most recent call last): File "/opt/ansible/ansible/bin/ansible", line 224, in (options, args) = cli.parse() File "/opt/an