Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. ansible -vvv localhost -m include_role -a "name=someName" --extra-vars="version=someVersion"
  2.  
  3. ansible 2.8.0
  4. config file = /etc/ansible/ansible.cfg
  5. configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  6. ansible python module location = /usr/lib/python2.7/site-packages/ansible
  7. executable location = /usr/bin/ansible
  8. python version = 2.7.5 (default, Apr 9 2019, 14:30:50) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
  9. Using /etc/ansible/ansible.cfg as config file
  10. host_list declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  11. script declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  12. auto declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  13. Parsed /etc/ansible/hosts inventory source with ini plugin
  14. ERROR! 'async_val' is not a valid attribute for a IncludeRole
  15.  
  16. The error appears to be in 'None': line 0, column 0, but may
  17. be elsewhere in the file depending on the exact syntax problem.
  18.  
  19. (could not open file to display line)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement