1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-07 19:18:54 +00:00

Ryanpineo fix ipaddr netmask with 32 cidr (#23506)

* Fix bug in ipaddr netmask filter when cidr is 32

* Add requirement on netaddr to the units.txt file
This commit is contained in:
Toshio Kuratomi 2017-04-11 14:10:43 -07:00 committed by GitHub
parent 2f64e2c7fb
commit 4e8e366739
2 changed files with 36 additions and 0 deletions

View file

@ -13,3 +13,4 @@ python-memcached
pyyaml
redis
unittest2 ; python_version < '2.7'
netaddr