pull/4420/head
Abhijit Menon-Sen 2016-09-08 19:01:37 +05:30
parent 982db58aff
commit 032bd1dacf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ from ansible.compat.six import string_types
class InventoryParser(object): 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. with their associated hosts and variable settings.
""" """