summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@2ndQuadrant.com>2016-09-08 19:01:37 +0530
committerAbhijit Menon-Sen <ams@2ndQuadrant.com>2016-09-08 19:01:37 +0530
commit032bd1dacf088c1735a84be10dfe393e6bb105f1 (patch)
tree6b2e30519975097a3ce84896e337caa01fa47dee
parent982db58aff01033110522c6afe25988f65b05ebc (diff)
downloadansible-032bd1dacf088c1735a84be10dfe393e6bb105f1.tar.gz
Fix typo
-rw-r--r--lib/ansible/inventory/yaml.py2
1 files changed, 1 insertions, 1 deletions
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.
"""