Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed ansible.utils.ipaddr('host/prefix') function if size of subnet …
…is 1. If non CIDR IP is given to ansible.utils.ipaddr('host/prefix') function is not returning False value. e.g ``` "192.168.0.21" | ansible.utils.ipaddr('host/prefix') ``` Ideally above code should return False value. Hence corrected the behaviour.
- Loading branch information