From 90378e9168270279cce88bc7b75ea8f99fd13d06 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. --- lib/ansible/modules/network/junos/junos_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/network/junos/junos_config.py b/lib/ansible/modules/network/junos/junos_config.py index 1a082d81a86..80445baea16 100644 --- a/lib/ansible/modules/network/junos/junos_config.py +++ b/lib/ansible/modules/network/junos/junos_config.py @@ -115,7 +115,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: