From c368b697ffbb5a821093b7a765f8fce46231493d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:30:49 +0200 Subject: [PATCH] [PR #12030/6e48c5fc backport][stable-10] xml: adjust example doc (#12034) xml: adjust example doc (#12030) (cherry picked from commit 6e48c5fc4e7297d85891a7c01dca088a735d11e0) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/xml.py b/plugins/modules/xml.py index ba0495d1b8..27a7ff716a 100644 --- a/plugins/modules/xml.py +++ b/plugins/modules/xml.py @@ -191,7 +191,7 @@ EXAMPLES = r""" community.general.xml: path: /foo/bar.xml xpath: /business/rating - value: 11 + value: "11" # must quote to ensure it is parsed as string # Retrieve and display the number of nodes - name: Get count of 'beers' nodes