Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created February 21, 2019 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omgjlk/2fbae93dd2e7a1c9d001ce82edd88362 to your computer and use it in GitHub Desktop.
Save omgjlk/2fbae93dd2e7a1c9d001ce82edd88362 to your computer and use it in GitHub Desktop.
1
Identity added: /tmp/awx_99_63jwa07n/credential_2 (/tmp/awx_99_63jwa07n/credential_2)
2
ansible 2.7.6
3
config file = /etc/ansible/ansible.cfg
4
configured module search path = [u'/var/lib/awx/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
5
ansible python module location = /usr/lib/python2.7/site-packages/ansible
6
executable location = /usr/bin/ansible
7
python version = 2.7.5 (default, Oct 30 2018, 23:45:53) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
8
Using /etc/ansible/ansible.cfg as config file
9
setting up inventory plugins
10
/tmp/awx_99_63jwa07n/tmp_nkhc2jx did not meet host_list requirements, check plugin documentation if this is unexpected
11
Parsed /tmp/awx_99_63jwa07n/tmp_nkhc2jx inventory source with script plugin
12
ERROR! Unexpected Exception, this is probably a bug: can't add group to itself
13
the full traceback was:
14
15
Traceback (most recent call last):
16
File "/usr/bin/ansible", line 118, in <module>
17
exit_code = cli.run()
18
File "/usr/lib/python2.7/site-packages/ansible/cli/adhoc.py", line 112, in run
19
loader, inventory, variable_manager = self._play_prereqs(self.options)
20
File "/usr/lib/python2.7/site-packages/ansible/cli/__init__.py", line 786, in _play_prereqs
21
inventory = InventoryManager(loader=loader, sources=options.inventory)
22
File "/usr/lib/python2.7/site-packages/ansible/inventory/manager.py", line 148, in __init__
23
self.parse_sources(cache=True)
24
File "/usr/lib/python2.7/site-packages/ansible/inventory/manager.py", line 214, in parse_sources
25
self._inventory.reconcile_inventory()
26
File "/usr/lib/python2.7/site-packages/ansible/inventory/data.py", line 137, in reconcile_inventory
27
self.add_child('ungrouped', host.name)
28
File "/usr/lib/python2.7/site-packages/ansible/inventory/data.py", line 253, in add_child
29
g.add_child_group(self.groups[child]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment