summaryrefslogtreecommitdiff
path: root/plugins/doc_fragments/vyos.py
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 /plugins/doc_fragments/vyos.py
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 'plugins/doc_fragments/vyos.py')
-rw-r--r--plugins/doc_fragments/vyos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/doc_fragments/vyos.py b/plugins/doc_fragments/vyos.py
index ca406737..745ba5a3 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.