From 3c4623d68bd8e9bdd0e776f2daf61500a424a1c1 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 10 Jan 2017 10:47:13 +0000 Subject: [PATCH] dellos9__config -> dellos9_config --- lib/ansible/modules/network/dellos9/dellos9_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/dellos9/dellos9_command.py b/lib/ansible/modules/network/dellos9/dellos9_command.py index cf56232a71..303e4d57a7 100755 --- a/lib/ansible/modules/network/dellos9/dellos9_command.py +++ b/lib/ansible/modules/network/dellos9/dellos9_command.py @@ -78,7 +78,7 @@ notes: - This module requires to increase the ssh connection rate limit. Use the following command I(ip ssh connection-rate-limit 60) - to configure the same. This can be done via M(dellos9__config) module + to configure the same. This can be done via M(dellos9_config) module as well. """