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.
reviewable/pr18780/r1
Michael Scherer 8 years ago
parent 773063f88c
commit 7173162c51

@ -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:

Loading…
Cancel
Save