nmcli: adding ipv6 address list support (#3776)

* rebase

* Add changelog fragment

* add suggestions

* split PR into two

* Add multiple address support but with #3768 fiexed

* rebase

* clean some merge artifacts

* update the wording
This commit is contained in:
Alex Groshev 2021-12-09 23:17:32 +03:00 committed by GitHub
commit 90c0980e8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 98 additions and 11 deletions

View file

@ -0,0 +1,4 @@
---
minor_changes:
- nmcli - add multiple addresses support for ``ip6`` parameter
(https://github.com/ansible-collections/community.general/issues/1088).