1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Abhijit Menon-Sen 2016-09-08 19:01:37 +05:30
parent 982db58aff
commit 032bd1dacf

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.
""" """