From fb61d5e7955b3966e85d692c0ccaca8dd769ac45 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 26 Feb 2015 10:10:42 -0500 Subject: [PATCH] fixed add_host docs indentation --- lib/ansible/modules/inventory/add_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/inventory/add_host.py b/lib/ansible/modules/inventory/add_host.py index 0f1b84abcd..c7e066b74e 100644 --- a/lib/ansible/modules/inventory/add_host.py +++ b/lib/ansible/modules/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 '''