[docs] required arguments: name (#43758)

<!--- Your description here -->

+label: docsite_pr
This commit is contained in:
curry9999 2018-08-08 04:49:52 +09:00 committed by Ryan Brown
parent f5cd6d2821
commit d7009abee4

View file

@ -66,6 +66,7 @@ author: Guillaume Grossetie
EXAMPLES = '''
# Create a key store for the given certificate (inline)
- java_keystore:
name: example
certificate: |
-----BEGIN CERTIFICATE-----
h19dUZ2co2fI/ibYiwxWk4aeNE6KWvCaTQOMQ8t6Uo2XKhpL/xnjoAgh1uCQN/69
@ -81,6 +82,7 @@ EXAMPLES = '''
# Create a key store for the given certificate (lookup)
- java_keystore:
name: example
certificate: "{{lookup('file', '/path/to/certificate.crt') }}"
private_key: "{{lookup('file', '/path/to/private.key') }}"
password: changeit