Skip to content
Snippets Groups Projects
Commit c7edb014 authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #130 from l1ll1/master

fix typo
parents aa20349c 8e36a8c1
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ hosts={}
for group in d['groups'].keys():
i=0
for h in d['groups'][group]:
name = d['hostsvars'][h]['ansible_hostname']
name = d['hostvars'][h]['ansible_hostname']
if not domain:
hosts[h] = [name]
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment