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

[PR #7569/42e55e4f backport][stable-8] infiniband can be a slave too (#7635)

infiniband can be a slave too (#7569)

* infiniband can be a slave too

* adding changelog fragment

(cherry picked from commit 42e55e4f86)

Co-authored-by: mark-tomich <tomichms@nih.gov>
This commit is contained in:
patchback[bot] 2023-11-29 13:27:18 +01:00 committed by GitHub
parent 0fcf81dd18
commit 505cde7e6b
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