xml: make module work with lxml 5.1.1 (#8169)

Make module work with lxml 5.1.1.
This commit is contained in:
Felix Fontein 2024-03-30 22:32:51 +01:00 committed by GitHub
commit b444e8739c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "xml - make module work with lxml 5.1.1, which removed some internals that the module was relying on (https://github.com/ansible-collections/community.general/pull/8169)."