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 --- plugins/doc_fragments/vyos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/doc_fragments/vyos.py') diff --git a/plugins/doc_fragments/vyos.py b/plugins/doc_fragments/vyos.py index ca40673..745ba5a 100644 --- a/plugins/doc_fragments/vyos.py +++ b/plugins/doc_fragments/vyos.py @@ -14,7 +14,7 @@ class ModuleDocFragment(object): provider: description: - B(Deprecated) - - 'Starting with Ansible 2.5 we recommend using C(connection: network_cli).' + - 'Starting with Ansible 2.5 we recommend using C(connection: ansible.netcommon.network_cli).' - For more information please see the L(Network Guide, ../network/getting_started/network_differences.html#multiple-communication-protocols). - HORIZONTALLINE - A dict object containing connection details. -- cgit v1.2.3