From 4c116b506d4a529370dd63761f601a89d1adbf92 Mon Sep 17 00:00:00 2001 From: Kate Case Date: Tue, 30 Aug 2022 08:35:16 -0400 Subject: Use FQCN for modules in documentation (#267) * Use FQCN for modules in documentation Co-authored-by: Baptiste Mille-Mathias --- docs/vyos.vyos.vyos_banner_module.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/vyos.vyos.vyos_banner_module.rst') diff --git a/docs/vyos.vyos.vyos_banner_module.rst b/docs/vyos.vyos.vyos_banner_module.rst index d046cc4d..f42364a2 100644 --- a/docs/vyos.vyos.vyos_banner_module.rst +++ b/docs/vyos.vyos.vyos_banner_module.rst @@ -66,7 +66,7 @@ Parameters
Deprecated
-
Starting with Ansible 2.5 we recommend using connection: network_cli.
+
Starting with Ansible 2.5 we recommend using connection: ansible.netcommon.network_cli.
For more information please see the Network Guide.

A dict object containing connection details.
@@ -212,7 +212,7 @@ Notes .. note:: - Tested against VyOS 1.1.8 (helium). - - 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 ` -- cgit v1.2.3