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:
iinuwa 2019-05-06 16:49:07 -05:00 committed by Alicia Cozine
parent 647ed207af
commit 6b474a1ecd

View file

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