diff options
Diffstat (limited to 'lib/ansible/modules/web_infrastructure/letsencrypt.py')
| -rw-r--r-- | lib/ansible/modules/web_infrastructure/letsencrypt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/web_infrastructure/letsencrypt.py b/lib/ansible/modules/web_infrastructure/letsencrypt.py index a88297257d..5f70967c39 100644 --- a/lib/ansible/modules/web_infrastructure/letsencrypt.py +++ b/lib/ansible/modules/web_infrastructure/letsencrypt.py @@ -110,7 +110,7 @@ EXAMPLES = ''' # - 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|changed +# when: sample_com_challenge is changed - letsencrypt: account_key: /etc/pki/cert/private/account.key |
