From 032bd1dacf088c1735a84be10dfe393e6bb105f1 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 8 Sep 2016 19:01:37 +0530 Subject: [PATCH] Fix typo --- lib/ansible/inventory/yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """