infiniband can be a slave too (#7569)

* infiniband can be a slave too

* adding changelog fragment
pull/7260/head
mark-tomich 2023-11-29 02:35:42 -05:00 committed by GitHub
parent dbba0d1956
commit 42e55e4f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
minor_changes:
- nmcli - allow for ``infiniband`` slaves of ``bond`` interface types (https://github.com/ansible-collections/community.general/pull/7569).

View File

@ -2003,6 +2003,7 @@ class Nmcli(object):
'bridge-slave',
'team-slave',
'wifi',
'infiniband',
)
@property