summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-02-26 10:10:42 -0500
committerBrian Coca <brian.coca+git@gmail.com>2015-02-26 10:10:42 -0500
commit544df8a65032803dd008fe94df16efcf4c90c1d1 (patch)
tree7138042f1a1919a8022b70e56fc684e45b77d48f /inventory
parentcbc1655ba03d7809b281cc2f519ac7bcd531d0ec (diff)
downloadansible-modules-core-544df8a65032803dd008fe94df16efcf4c90c1d1.tar.gz
fixed add_host docs indentation
Diffstat (limited to 'inventory')
-rw-r--r--inventory/add_host.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/add_host.py b/inventory/add_host.py
index 0f1b84ab..c7e066b7 100644
--- a/inventory/add_host.py
+++ b/inventory/add_host.py
@@ -21,7 +21,7 @@ options:
required: false
notes:
- This module bypasses the play host loop and only runs once for all the hosts in the play, if you need it
- to iterate use a with_ directive.
+ to iterate use a with_ directive.
author: Seth Vidal
'''