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