I get error when try to use ansible from devel:

$ ansible-playbook -i inventories/production/local.ini 
provisioning/ru-appservers.yml --tag configuration --check -vvvv
Traceback (most recent call last):
  File "/home/srk/envs/madmin/bin/ansible-playbook", line 10, in <module>
    execfile(__file__)
  File "/home/srk/workspace/ansible/bin/ansible-playbook", line 283, in 
<module>
    sys.exit(main(sys.argv[1:]))
  File "/home/srk/workspace/ansible/bin/ansible-playbook", line 87, in main
    if (options.su or options.su_user or options.ask_su_pass) and \
AttributeError: Values instance has no attribute 'su'

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to