diff --git a/plugins/modules/xml.py b/plugins/modules/xml.py index 2bc49b68fd..25e6609ec0 100644 --- a/plugins/modules/xml.py +++ b/plugins/modules/xml.py @@ -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