mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user