mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix typo
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user