mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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.
This commit is contained in:
committed by
Matt Clay
parent
0c94d84910
commit
90378e9168
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user