nmcli: manage dummy connections (#3132) (#3149)

* manage dummy connections

* add issue reference in changelog fragment

* Update changelogs/fragments/3132-nmcli-dummy.yaml

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* resolve test conflicts

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
(cherry picked from commit 3dba697e33)

Co-authored-by: Reto Kupferschmid <kupferschmid@puzzle.ch>
This commit is contained in:
patchback[bot] 2021-08-05 18:59:03 +02:00 committed by GitHub
commit 548758a878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 114 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- nmcli - add ``dummy`` interface support (https://github.com/ansible-collections/community.general/issues/724).