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:
parent
9f4c065915
commit
6e48c5fc4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue