acme_certificate: fix docs (#57557)
* Fix indentation. * Forgot when condition for second acme_certificate call.
This commit is contained in:
parent
be84cada09
commit
9d67f476e6
1 changed files with 4 additions and 3 deletions
|
@ -298,6 +298,7 @@ EXAMPLES = r'''
|
||||||
acme_directory: https://acme-v01.api.letsencrypt.org/directory
|
acme_directory: https://acme-v01.api.letsencrypt.org/directory
|
||||||
remaining_days: 60
|
remaining_days: 60
|
||||||
data: "{{ sample_com_challenge }}"
|
data: "{{ sample_com_challenge }}"
|
||||||
|
when: sample_com_challenge is changed
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Reference in a new issue