Fixing ip address without mask bug (#3784)

* change ip6 type to list of str and fix problem with setting addresses without netmask

* change ip6 type to list of str and fix problem with setting addresses without netmask

* Add changelog fragment

* add suggestions

* fix no mask using bug

* Make change independed from feature branch
This commit is contained in:
Alex Groshev 2021-11-28 23:09:49 +03:00 committed by GitHub
commit aae3ae1a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 99 additions and 10 deletions

View file

@ -0,0 +1,4 @@
---
bugfixes:
- nmcli - fix returning "changed" when no mask set for IPv4 or IPv6 addresses on task rerun
(https://github.com/ansible-collections/community.general/issues/3768).