ipaddr filter - return a network address when given an address with /32 subnet (#47539)

* fix #17872

* add changelog fragment and enable unit test
This commit is contained in:
Jack Haden-Enneking 2018-11-08 08:49:42 -08:00 committed by Sam Doran
commit 15e77ebfe8
3 changed files with 11 additions and 11 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- ipaddr - fix issue where network address was blank for 0-size networks (https://github.com/ansible/ansible/issues/17872)