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
Since I dont have permission to reopen issue #372, I hope, you dont mind taking a shortcut here as the entire description of #372 applies, except the option the author mentions. I'm referring to net (instead of host/prefix).
Putting a /32 CIDR through ipaddr('net') yields an empty string, too. So, it's the same behavior described by @ijajmulani, except the option doesn't match.
Is the described behavior mentioned in #372 also intended for the net option? I'm asking because the documentation seems to suggest otherwise:
# Example list of values
test_list: ['192.24.2.1', 'host.fqdn', '::1', '192.168.32.0/24', 'fe80::100/10', True, '', '42540766412265424405338506004571095040/64']
# {{ test_list | ansible.utils.ipaddr('net') }}
['192.168.32.0/24', '2001:db8:32c:faad::/64']
The text was updated successfully, but these errors were encountered:
Since I dont have permission to reopen issue #372, I hope, you dont mind taking a shortcut here as the entire description of #372 applies, except the option the author mentions. I'm referring to
net
(instead ofhost/prefix
).Putting a
/32
CIDR throughipaddr('net')
yields an empty string, too. So, it's the same behavior described by @ijajmulani, except the option doesn't match.Is the described behavior mentioned in #372 also intended for the
net
option? I'm asking because the documentation seems to suggest otherwise:The text was updated successfully, but these errors were encountered: