From 42e55e4f86c4d69a01883c1648510d9e1b76f5cd Mon Sep 17 00:00:00 2001 From: mark-tomich Date: Wed, 29 Nov 2023 02:35:42 -0500 Subject: [PATCH] infiniband can be a slave too (#7569) * infiniband can be a slave too * adding changelog fragment --- changelogs/fragments/7569-infiniband-slave-support.yml | 2 ++ plugins/modules/nmcli.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelogs/fragments/7569-infiniband-slave-support.yml 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