1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

only_if reference)
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
Brian Coca 2013-07-26 10:06:57 -04:00
parent d1effecb2e
commit 5ca1630b71

View file

@ -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: