acme_certificate: fix docs (#57557)

* Fix indentation.

* Forgot when condition for second acme_certificate call.
This commit is contained in:
Felix Fontein 2019-06-08 08:11:58 +02:00 committed by ansibot
parent be84cada09
commit 9d67f476e6

View file

@ -298,6 +298,7 @@ EXAMPLES = r'''
acme_directory: https://acme-v01.api.letsencrypt.org/directory
remaining_days: 60
data: "{{ sample_com_challenge }}"
when: sample_com_challenge is changed
'''
RETURN = '''