1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

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

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:04 +02:00 committed by GitHub
parent dad425d3c6
commit 87ce1e09a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,7 +189,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