diff --git a/changelogs/fragments/7569-infiniband-slave-support.yml b/changelogs/fragments/7569-infiniband-slave-support.yml new file mode 100644 index 0000000000..f54460842d --- /dev/null +++ b/changelogs/fragments/7569-infiniband-slave-support.yml @@ -0,0 +1,2 @@ +minor_changes: + - nmcli - allow for ``infiniband`` slaves of ``bond`` interface types (https://github.com/ansible-collections/community.general/pull/7569). diff --git a/plugins/modules/nmcli.py b/plugins/modules/nmcli.py index c200a5cbc2..af78dab40a 100644 --- a/plugins/modules/nmcli.py +++ b/plugins/modules/nmcli.py @@ -2003,6 +2003,7 @@ class Nmcli(object): 'bridge-slave', 'team-slave', 'wifi', + 'infiniband', ) @property