summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/debug.py')
-rw-r--r--lib/ansible/modules/debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/debug.py b/lib/ansible/modules/debug.py
index b275a209..6e6301c8 100644
--- a/lib/ansible/modules/debug.py
+++ b/lib/ansible/modules/debug.py
@@ -27,7 +27,7 @@ options:
var:
description:
- A variable name to debug.
- - Mutually exclusive with the C(msg) option.
+ - Mutually exclusive with the O(msg) option.
- Be aware that this option already runs in Jinja2 context and has an implicit C({{ }}) wrapping,
so you should not be using Jinja2 delimiters unless you are looking for double interpolation.
type: str