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/modules/vyos_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/modules/vyos_command.py') diff --git a/plugins/modules/vyos_command.py b/plugins/modules/vyos_command.py index cb1fd476..c0df9ce9 100644 --- a/plugins/modules/vyos_command.py +++ b/plugins/modules/vyos_command.py @@ -89,7 +89,7 @@ notes: 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 I(command), I(answer) and I(prompt). See examples. -- This module works with connection C(network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). +- This module works with connection C(ansible.netcommon.network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html). """ EXAMPLES = """ -- cgit v1.2.3