Commit 5ca1630b by Brian Coca

updated debug module docs to remove outdated -v requirement (and

only_if reference)
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
parent d1effecb
...@@ -25,10 +25,8 @@ short_description: Print statements during execution ...@@ -25,10 +25,8 @@ short_description: Print statements during execution
description: description:
- This module prints statements during execution and can be useful - This module prints statements during execution and can be useful
for debugging variables or expressions without necessarily halting 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" version_added: "0.8"
options: options:
msg: msg:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment