nmcli: suggest new routes4 and routes6 format (#4328)

* suggest new routes4 and routes6 format

* make new options instead of modifying exiting one

* fix docs and some small errors

* fixing docs
This commit is contained in:
Alex Groshev 2022-04-05 07:58:02 +03:00 committed by GitHub
commit feb0fffd58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 217 additions and 12 deletions

View file

@ -0,0 +1,4 @@
---
bugfixes:
- nmcli - fix returning "changed" when routes parameters set, also suggest new routes4 and routes6 format
(https://github.com/ansible-collections/community.general/issues/4131).