This commit is contained in:
Abhijit Menon-Sen 2016-09-08 19:01:37 +05:30
commit 032bd1dacf

View file

@ -31,7 +31,7 @@ from ansible.compat.six import string_types
class InventoryParser(object):
"""
Takes an INI-format inventory file and builds a list of groups and subgroups
Takes a YAML-format inventory file and builds a list of groups and subgroups
with their associated hosts and variable settings.
"""