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

fix typo

parent 153a8e87
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