You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfixes
libssh - Use persistent_connect_timeout option for the SSH connect timeout instead of the generic play context timeout, ensuring that ansible_connect_timeout / ANSIBLE_PERSISTENT_CONNECT_TIMEOUT is respected (#798).
netconf - Enable huge_tree=True for all XML parsing operations to support NETCONF responses containing text nodes larger than 10MB (lxml's default XML_MAX_TEXT_LENGTH limit). Fixes XMLSyntaxError: Resource limit exceeded when fetching or pushing large configurations via netconf_get or netconf_config (#255).