[docs] required arguments: name (#43758)
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
parent
f5cd6d2821
commit
d7009abee4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue