diff options
Diffstat (limited to 'plugins/modules/vyos_config.py')
| -rw-r--r-- | plugins/modules/vyos_config.py | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/plugins/modules/vyos_config.py b/plugins/modules/vyos_config.py index 9ffc654c..7c9f3ab1 100644 --- a/plugins/modules/vyos_config.py +++ b/plugins/modules/vyos_config.py @@ -37,9 +37,8 @@ description:      in the device configuration.  extends_documentation_fragment: vyos  notes: -  - Tested against VYOS 1.1.7 -  - Abbreviated commands are NOT idempotent, see -    L(Network FAQ,../network/user_guide/faq.html#why-do-the-config-modules-always-return-changed-true-with-abbreviated-commands). +  - Tested against VyOS 1.1.8 (helium). +  - This module works with connection C(network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html).  options:    lines:      description: | 
