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:
parent
dbba0d1956
commit
42e55e4f86
2 changed files with 3 additions and 0 deletions
2
changelogs/fragments/7569-infiniband-slave-support.yml
Normal file
2
changelogs/fragments/7569-infiniband-slave-support.yml
Normal 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).
|
|
@ -2003,6 +2003,7 @@ class Nmcli(object):
|
||||||
'bridge-slave',
|
'bridge-slave',
|
||||||
'team-slave',
|
'team-slave',
|
||||||
'wifi',
|
'wifi',
|
||||||
|
'infiniband',
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue