From 7173162c5126e6d9a42e26a977cb6a2104a5dcf7 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Sep 2016 17:02:55 +0200 Subject: [PATCH] Fix duplicate required key error ansible-doc -vvvv -l show this warning: [WARNING]: While constructing a mapping from /home/misc/checkout/git/ansible/lib/ansible/modules/core/network/junos/junos_config.py, line 88, column 5, found a duplicate dict key (required). Using last defined value only. --- network/junos/junos_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/network/junos/junos_config.py b/network/junos/junos_config.py index 2a930037dc6..4bd4b360f71 100644 --- a/network/junos/junos_config.py +++ b/network/junos/junos_config.py @@ -112,7 +112,6 @@ options: the equivalent, set the I(update) argument to C(replace). This argument will be removed in a future release. required: false - required: true choices: ['yes', 'no'] default: false backup: