You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/win_xml_refactor.yaml

6 lines
462 B
YAML

minor_changes:
- win_xml - Behaviour change, module now processes all nodes specified by xpath, not just first encountered.
- win_xml - Behaviour change, fragment no longer required when processing element type nodes and state=absent.
- win_xml - Some output messages worded differently now the module uses a generic method to save changes.
- win_xml - Added 'count' module parameter which will return number of nodes matched by xpath if set to yes/true