acme_certificate: fix docs (#57557)

* Fix indentation.

* Forgot when condition for second acme_certificate call.
pull/57557/merge
Felix Fontein 6 years ago committed by ansibot
parent be84cada09
commit 9d67f476e6

@ -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…
Cancel
Save