From 801cbf1b65b749cb9d6700ca1d8c026c6512abb5 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:26:40 +1200 Subject: [PATCH] Apply suggestions from code review --- plugins/modules/nmcli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/nmcli.py b/plugins/modules/nmcli.py index bcc3c3163c..0d35e5aacc 100644 --- a/plugins/modules/nmcli.py +++ b/plugins/modules/nmcli.py @@ -34,7 +34,7 @@ options: state: description: - Whether the device should exist or not, taking action if the state is different from what is stated. - - Using O(state=present) creates connection set to be brought up automaticall. + - Using O(state=present) creates connection set to be brought up automatically. - Using O(state=up) and O(state=down) does not modify connection with other parameters. These states have been added in community.general 9.5.0. type: str @@ -73,7 +73,7 @@ options: - The interface to bind the connection to. - The connection is only applicable to this interface name. - A special value of V(*) can be used for interface-independent connections. - - The ifname argument is mandatory for all connection types except bond, team, bridge, vlan and vpn. + - The O(ifname) argument is mandatory for all connection types except bond, team, bridge, vlan and vpn. - This parameter defaults to O(conn_name) when left unset for all connection types except vpn that removes it. type: str type: