Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Created March 5, 2012 18:44
Show Gist options
  • Save tbielawa/1980279 to your computer and use it in GitHub Desktop.
Save tbielawa/1980279 to your computer and use it in GitHub Desktop.
<tbielawa>@(griddle)[~/Projects/ansible] 13:41:27 (hacking+⚡)
$ ansible '*'
Traceback (most recent call last):
File "/home/tbielawa/Projects/ansible/bin/ansible", line 138, in <module>
results = cli.run(options, args)
File "/home/tbielawa/Projects/ansible/bin/ansible", line 103, in run
verbose=True,
File "/home/tbielawa/Projects/ansible/lib/ansible/runner.py", line 82, in __init__
self.host_list, self.groups = self.parse_hosts(host_list)
File "/home/tbielawa/Projects/ansible/lib/ansible/runner.py", line 122, in parse_hosts
groups[group_name].append(item)
KeyError: 'ungrouped'
<tbielawa>@(griddle)[~/Projects/ansible] 13:41:35 (hacking+⚡)
$ echo $PYTHONPATH
/home/tbielawa/Projects/ansible/lib/ansible:/home/tbielawa/Projects/ansible/lib:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment