From 291c89382c0bcdd4ee4ffb2e890145a8a50f23af Mon Sep 17 00:00:00 2001 From: Greg Sheremeta Date: Mon, 14 May 2018 22:22:59 -0400 Subject: [PATCH] fix typo in nmcli doc (#40116) fix typo in nmcli doc, balence -> balance --- lib/ansible/modules/net_tools/nmcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/net_tools/nmcli.py b/lib/ansible/modules/net_tools/nmcli.py index 817a92cd251..ac5511d7aea 100644 --- a/lib/ansible/modules/net_tools/nmcli.py +++ b/lib/ansible/modules/net_tools/nmcli.py @@ -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