From 1e5cfd16fc366850a5599c3497d280edd562c79f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 12 Jul 2017 15:00:40 +0200 Subject: [PATCH] Fix typo in documentation for inventory ini plugin (#26643) --- lib/ansible/plugins/inventory/ini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/ini.py b/lib/ansible/plugins/inventory/ini.py index 3a2a1d4e550..dd251036af8 100644 --- a/lib/ansible/plugins/inventory/ini.py +++ b/lib/ansible/plugins/inventory/ini.py @@ -63,7 +63,7 @@ EXAMPLES: # other example config host1 # this is 'ungrouped' - # both hsots have same IP but diff ports, also 'ungrouped' + # both hosts have same IP but diff ports, also 'ungrouped' host2 ansible_host=127.0.0.1 ansible_port=44 host3 ansible_host=127.0.0.1 ansible_port=45