summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2017-01-10 10:47:13 +0000
committerGitHub <noreply@github.com>2017-01-10 10:47:13 +0000
commit3c4623d68bd8e9bdd0e776f2daf61500a424a1c1 (patch)
treea3cbf4cba96f4c31cf67b6a60ac40c60e41087c6
parent8d29406d74578f55a67938b53a8c5ec93268593f (diff)
downloadansible-3c4623d68bd8e9bdd0e776f2daf61500a424a1c1.tar.gz
dellos9__config -> dellos9_config
-rwxr-xr-xlib/ansible/modules/network/dellos9/dellos9_command.py2
1 files changed, 1 insertions, 1 deletions
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.
"""