nmcli: Add 'slave-type bridge' to nmcli command if type is bridge-slave (#2409) (#2422)

(cherry picked from commit b5f8ae4320)

Co-authored-by: spike77453 <spike77453@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-05-03 07:59:58 +02:00
committed by GitHub
parent ca0b1efa5b
commit a090e2ff85
3 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- nmcli - if type is ``bridge-slave`` add ``slave-type bridge`` to ``nmcli`` command (https://github.com/ansible-collections/community.general/issues/2408).