Apply suggestions from code review

This commit is contained in:
Alexei Znamensky 2025-07-24 10:26:40 +12:00 committed by GitHub
commit 801cbf1b65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ options:
state: state:
description: description:
- Whether the device should exist or not, taking action if the state is different from what is stated. - 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 - 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. in community.general 9.5.0.
type: str type: str
@ -73,7 +73,7 @@ options:
- The interface to bind the connection to. - The interface to bind the connection to.
- The connection is only applicable to this interface name. - The connection is only applicable to this interface name.
- A special value of V(*) can be used for interface-independent connections. - 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. - This parameter defaults to O(conn_name) when left unset for all connection types except vpn that removes it.
type: str type: str
type: type: