79322491

Date: 2025-01-01 23:27:32
Score: 3.5
Natty:
Report link

OK, I have check module code (on https://github.com/ansible-collections/community.general/blob/main/plugins/modules/xml.py#L847)

And at line 435, comment mentioned that lxml 5.1.1 has deprecated _ElementStringResult. If I downgrade lxml to 5.1.0, script is OK and document is change as I want !

Ansible module can no longer use lxml after version 5.1.0

I have open an issue on github for that. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Broshet