1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

infiniband can be a slave too (#7569)

* infiniband can be a slave too

* adding changelog fragment
This commit is contained in:
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