Sync required flags from argument_spec to docs (#56121)
<!--- Your description here --> The arguments for certificate, private_key and password are marked as required in the ArgumentSpec, but not in the documentation. +label: docsite_pr
This commit is contained in:
parent
647ed207af
commit
6b474a1ecd
1 changed files with 3 additions and 3 deletions
|
@ -28,15 +28,15 @@ options:
|
|||
certificate:
|
||||
description:
|
||||
- Certificate that should be used to create the key store.
|
||||
required: false
|
||||
required: true
|
||||
private_key:
|
||||
description:
|
||||
- Private key that should be used to create the key store.
|
||||
required: false
|
||||
required: true
|
||||
password:
|
||||
description:
|
||||
- Password that should be used to secure the key store.
|
||||
required: false
|
||||
required: true
|
||||
dest:
|
||||
description:
|
||||
- Absolute path where the jks should be generated.
|
||||
|
|
Loading…
Reference in a new issue