summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-05-05 13:46:16 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-05-05 13:46:46 -0700
commit73737b294efe299097eee959d3ba42cfcfd88438 (patch)
tree612fd1e7b65b509ae57878b0918c68467ebb462e /inventory
parentbb933e27e61193e3ddd787a97b1e853a42595e68 (diff)
downloadansible-modules-core-73737b294efe299097eee959d3ba42cfcfd88438.tar.gz
Fix documentation formatting
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 c7e066b7..b28c6f90 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
'''