summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2016-09-19 17:02:55 +0200
committerMichael Scherer <misc@redhat.com>2016-09-19 17:05:32 +0200
commit7173162c5126e6d9a42e26a977cb6a2104a5dcf7 (patch)
treed09317df0b88ad369f8f7b3d0e044d7345713f4c
parent773063f88c26f58239e0226aa992892adae82d77 (diff)
downloadansible-modules-core-7173162c5126e6d9a42e26a977cb6a2104a5dcf7.tar.gz
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.
-rw-r--r--network/junos/junos_config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/network/junos/junos_config.py b/network/junos/junos_config.py
index 2a930037..4bd4b360 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: