From 73737b294efe299097eee959d3ba42cfcfd88438 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 5 May 2015 13:46:16 -0700 Subject: [PATCH] Fix documentation formatting --- inventory/add_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/add_host.py b/inventory/add_host.py index c7e066b74ee..b28c6f90182 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 '''