From fec314febb63185151dfae7386c29f0623894288 Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Fri, 12 Jul 2019 15:07:55 -0500 Subject: [PATCH] clarifies nmcli option 'conn_name' (#59034) --- 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 cc79c38222..538e66fdd4 100644 --- a/lib/ansible/modules/net_tools/nmcli.py +++ b/lib/ansible/modules/net_tools/nmcli.py @@ -48,7 +48,7 @@ options: default: yes conn_name: description: - - 'Where conn_name will be the name used to call the connection. when not provided a default name is generated: [-][-]' + - The name used to call the connection. Pattern is [-][-]. type: str required: true ifname: