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/ansible/ansible/bin/ansible”, line 73, in parse
if (options.su or options.su_user or options.ask_su_pass) and
AttributeError: Values instance has no attribute ‘su’