From efca39d4d4227ec98742f637b750cbf427b0a653 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 4 Oct 2016 21:19:30 +0100 Subject: [PATCH] Remove reference to parents parameter which doesn't exist (#5143) --- lib/ansible/modules/network/junos/junos_config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/junos/junos_config.py b/lib/ansible/modules/network/junos/junos_config.py index 94d4ff8943..efab50a41e 100644 --- a/lib/ansible/modules/network/junos/junos_config.py +++ b/lib/ansible/modules/network/junos/junos_config.py @@ -43,8 +43,7 @@ options: to load into the remote system. The path can either be a full system path to the configuration file if the value starts with / or relative to the root of the implemented role or playbook. - This argument is mutually exclusive with the I(lines) and - I(parents) arguments. + This argument is mutually exclusive with the I(lines) argument. required: false default: null version_added: "2.2"