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.
pull/18777/head
Michael Scherer 8 years ago 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:

Loading…
Cancel
Save