mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Use System.Xml.XmlDocument.Load rather than Get-Content to avoid (#49206)
encoding errors when writing out XML removing executable bit refactor tests to handle sanity checking
This commit is contained in:
committed by
jhawkesworth
parent
9d62cbc2af
commit
5cb39d0d57
2
changelogs/fragments/48471-win_xml-xml-parser.yaml
Normal file
2
changelogs/fragments/48471-win_xml-xml-parser.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- win_xml - use New-Object System.Xml.XmlDocument rather than Get-Content for parsing xml (https://github.com/ansible/ansible/issues/48471)
|
||||
Reference in New Issue
Block a user