From e7e5db8e6c7a8756128c23298b1a83390c25f6e0 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 26 Jul 2013 10:06:57 -0400 Subject: [PATCH] updated debug module docs to remove outdated -v requirement (and only_if reference) Signed-off-by: Brian Coca --- utilities/debug | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utilities/debug b/utilities/debug index e2acb08d07a..9f3378ad192 100644 --- a/utilities/debug +++ b/utilities/debug @@ -25,10 +25,8 @@ short_description: Print statements during execution description: - This module prints statements during execution and can be useful for debugging variables or expressions without necessarily halting - the playbook. Useful for debugging together with the only_if directive. + the playbook. Useful for debugging together with the 'when:' directive. - In order to see the debug message, you need to run ansible in verbose - mode (using the C(-v) option). version_added: "0.8" options: msg: