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.
v5.1.0
Minor Changes
Allows the cli_parse module to find parser.template_path inside roles or collections when a path relative to the role/collection directory is provided.
Fix cli_parse module to require a connection.
Previously, the ansible.utils.ipcut filter only supported IPv6 addresses, leading to confusing error messages when used with IPv4 addresses. This fix ensures that the filter now appropriately handles both IPv4 and IPv6 addresses.
Removed conditional check for deprecated ansible.netcommon.cli_parse from ansible.utils.cli_parse
The from_xml filter returns a python dictionary instead of a json string.
Documentation Changes
Add a wildcard mask/hostmask documentation to ipaddr filter doc page to obtain an IP address's wildcard mask/hostmask.