From 6e48c5fc4e7297d85891a7c01dca088a735d11e0 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Mon, 11 May 2026 10:48:46 +1200 Subject: [PATCH] xml: adjust example doc (#12030) --- 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 4edd1ee131..8624135aeb 100644 --- a/plugins/modules/xml.py +++ b/plugins/modules/xml.py @@ -196,7 +196,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