summaryrefslogtreecommitdiff
path: root/docs/vyos.vyos.vyos_command_module.rst
diff options
context:
space:
mode:
authorKate Case <this.is@nathanielca.se>2022-08-30 08:35:16 -0400
committerGitHub <noreply@github.com>2022-08-30 08:35:16 -0400
commit4c116b506d4a529370dd63761f601a89d1adbf92 (patch)
tree18fa9a985b53cc5ec8848be918c9af03ee18aa69 /docs/vyos.vyos.vyos_command_module.rst
parent7f79df30d5992e85b34b51fc42f857a7199dffb2 (diff)
downloadvyos.vyos-4c116b506d4a529370dd63761f601a89d1adbf92.tar.gz
vyos.vyos-4c116b506d4a529370dd63761f601a89d1adbf92.zip
Use FQCN for modules in documentation (#267)
* Use FQCN for modules in documentation Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Diffstat (limited to 'docs/vyos.vyos.vyos_command_module.rst')
-rw-r--r--docs/vyos.vyos.vyos_command_module.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/vyos.vyos.vyos_command_module.rst b/docs/vyos.vyos.vyos_command_module.rst
index 36ae7643..bb79752d 100644
--- a/docs/vyos.vyos.vyos_command_module.rst
+++ b/docs/vyos.vyos.vyos_command_module.rst
@@ -100,7 +100,7 @@ Parameters
</td>
<td>
<div><b>Deprecated</b></div>
- <div>Starting with Ansible 2.5 we recommend using <code>connection: network_cli</code>.</div>
+ <div>Starting with Ansible 2.5 we recommend using <code>connection: ansible.netcommon.network_cli</code>.</div>
<div>For more information please see the <a href='../network/getting_started/network_differences.html#multiple-communication-protocols'>Network Guide</a>.</div>
<div><hr/></div>
<div>A dict object containing connection details.</div>
@@ -247,7 +247,7 @@ Notes
- Tested against VyOS 1.1.8 (helium).
- Running ``show system boot-messages all`` will cause the module to hang since VyOS is using a custom pager setting to display the output of that command.
- If a command sent to the device requires answering a prompt, it is possible to pass a dict containing *command*, *answer* and *prompt*. See examples.
- - This module works with connection ``network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
+ - This module works with connection ``ansible.netcommon.network_cli``. See `the VyOS OS Platform Options <../network/user_guide/platform_vyos.html>`_.
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`