diff --git a/plugins/modules/acme_certificate.py b/plugins/modules/acme_certificate.py index ee6a05f80..ce9a9abb6 100644 --- a/plugins/modules/acme_certificate.py +++ b/plugins/modules/acme_certificate.py @@ -308,7 +308,7 @@ # - copy: # dest: /var/www/html/{{ sample_com_challenge['challenge_data']['sample.com']['http-01']['resource'] }} # content: "{{ sample_com_challenge['challenge_data']['sample.com']['http-01']['resource_value'] }}" -# when: sample_com_challenge is changed and 'sample.com' in sample_com_challenge['challenge_data'] +# when: sample_com_challenge is changed and 'sample.com' in sample_com_challenge['challenge_data'] # # Alternative way: #