1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-05 07:47:12 +00:00

[PR #12030/6e48c5fc backport][stable-11] xml: adjust example doc (#12033)

xml: adjust example doc (#12030)

(cherry picked from commit 6e48c5fc4e)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2026-05-13 08:08:06 +02:00 committed by GitHub
parent 4d9f9ab628
commit f358af361a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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