mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix typo in nmcli doc (#40116)
fix typo in nmcli doc, balence -> balance
This commit is contained in:
parent
3cdd5da247
commit
291c89382c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ options:
|
|||
description:
|
||||
- This is the type of device or network connection that you wish to create for a bond, team or bridge.
|
||||
choices: [ "balance-rr", "active-backup", "balance-xor", "broadcast", "802.3ad", "balance-tlb", "balance-alb" ]
|
||||
default: balence-rr
|
||||
default: balance-rr
|
||||
master:
|
||||
description:
|
||||
- master <master (ifname, or connection UUID or conn_name) of bridge, team, bond master connection profile.
|
||||
|
|
Loading…
Reference in a new issue