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

This commit is contained in:
spike77453 2021-05-03 07:27:56 +02:00 committed by GitHub
commit b5f8ae4320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).