diff --git a/lib/ansible/inventory/yaml.py b/lib/ansible/inventory/yaml.py index 552c796071..2dafccb317 100644 --- a/lib/ansible/inventory/yaml.py +++ b/lib/ansible/inventory/yaml.py @@ -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. """