mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 09:45:13 +00:00
* feat(xml): add huge_tree option to support large XML files Add the huge_tree parameter (bool, default false) which passes huge_tree=True to lxml's XMLParser, disabling libxml2's internal size restrictions on text nodes and document depth. Fixes #4897 * fix(xml): add changelog fragment for PR 11940 |
||
|---|---|---|
| .. | ||
| action | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| doc_fragments | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||
| test | ||