From 62d9962ec7d01c95bf5732169320d3857a41446e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:55:42 +0200 Subject: Merging upstream version 2.16.5. Signed-off-by: Daniel Baumann --- lib/ansible/modules/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ansible/modules/debug.py') diff --git a/lib/ansible/modules/debug.py b/lib/ansible/modules/debug.py index b275a20..6e6301c 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 -- cgit v1.2.3