From 01849004e905497d94c167185e19e5652499c8b0 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Sun, 8 Jan 2017 17:06:07 +0000 Subject: [PATCH] Correctly link to modules (#20019) --- lib/ansible/modules/cloud/lxd/lxd_container.py | 2 +- lib/ansible/modules/network/dellos9/dellos9_command.py | 2 +- lib/ansible/modules/network/dellos9/dellos9_config.py | 2 +- lib/ansible/modules/network/dellos9/dellos9_facts.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/cloud/lxd/lxd_container.py b/lib/ansible/modules/cloud/lxd/lxd_container.py index afe81f62c71..5d381d3b2f5 100644 --- a/lib/ansible/modules/cloud/lxd/lxd_container.py +++ b/lib/ansible/modules/cloud/lxd/lxd_container.py @@ -141,7 +141,7 @@ notes: 2.1, the later requires python to be installed in the container which can be done with the command module. - You can copy a file from the host to the container - with the Ansible M(copy) and M(templater) module and the `lxd` connection plugin. + with the Ansible M(copy) and M(template) module and the `lxd` connection plugin. See the example below. - You can copy a file in the creatd container to the localhost with `command=lxc file pull container_name/dir/filename filename`. diff --git a/lib/ansible/modules/network/dellos9/dellos9_command.py b/lib/ansible/modules/network/dellos9/dellos9_command.py index fcd70f0c35e..cf56232a710 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(dnos_config) module + to configure the same. This can be done via M(dellos9__config) module as well. """ diff --git a/lib/ansible/modules/network/dellos9/dellos9_config.py b/lib/ansible/modules/network/dellos9/dellos9_config.py index bee90ee1c3f..e6f22237c39 100755 --- a/lib/ansible/modules/network/dellos9/dellos9_config.py +++ b/lib/ansible/modules/network/dellos9/dellos9_config.py @@ -149,7 +149,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(dnos_config) module + to configure the same. This can be done via M(dellos9_config) module as well. """ diff --git a/lib/ansible/modules/network/dellos9/dellos9_facts.py b/lib/ansible/modules/network/dellos9/dellos9_facts.py index e74d0eeb65f..b5ed8174f88 100644 --- a/lib/ansible/modules/network/dellos9/dellos9_facts.py +++ b/lib/ansible/modules/network/dellos9/dellos9_facts.py @@ -52,7 +52,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(dnos_config) module + to configure the same. This can be done via M(dellos9_config) module as well. """