mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo
This commit is contained in:
parent
982db58aff
commit
032bd1dacf
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue