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

xml: adjust example doc (#12030)

This commit is contained in:
Alexei Znamensky 2026-05-11 10:48:46 +12:00 committed by GitHub
parent 9f4c065915
commit 6e48c5fc4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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