From e24c036057ab15c771b4365ee89226c491cfffcb Mon Sep 17 00:00:00 2001 From: sward1557 Date: Wed, 8 Aug 2018 07:58:28 -0600 Subject: [PATCH] Added junos_config note about override set format (#43608) --- lib/ansible/modules/network/junos/junos_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/network/junos/junos_config.py b/lib/ansible/modules/network/junos/junos_config.py index 7d13221a056..0b1813340ca 100644 --- a/lib/ansible/modules/network/junos/junos_config.py +++ b/lib/ansible/modules/network/junos/junos_config.py @@ -131,6 +131,7 @@ notes: L(Network FAQ,../network/user_guide/faq.html#why-do-the-config-modules-always-return-changed-true-with-abbreviated-commands). - Loading JSON-formatted configuration I(json) is supported starting in Junos OS Release 16.1 onwards. + - Update C(override) not currently compatible with C(set) notation. - Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4. - Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html). - This module also works with C(local) connections for legacy playbooks.