Advertisement
lbrigman124

Ansible ansible_module_tower error2

May 4th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. The full traceback is:
  2. Traceback (most recent call last):
  3. File "/tmp/ansible_8ynrYX/ansible_module_tower_organization.py", line 103, in <module>
  4. main()
  5. File "/tmp/ansible_8ynrYX/ansible_module_tower_organization.py", line 84, in main
  6. tower_auth = tower_auth_config(module)
  7. File "/tmp/ansible_8ynrYX/ansible_modlib.zip/ansible/module_utils/ansible_tower.py", line 57, in tower_auth_config
  8. File "/usr/lib/python2.7/site-packages/tower_cli/utils/parser.py", line 105, in string_to_dict
  9. 'variables.\nvariables: \n%s' % var_string
  10. tower_cli.exceptions.TowerCLIError: failed to parse some of the extra variables.
  11. variables:
  12. host = http://awx-web-svc.gsm.svc.cluster.local:8052
  13. username = admin
  14. oauth_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  15. verify_ssl = False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement