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:
parent
773063f88c
commit
7173162c51
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue