Fixed wrong variable name in the let's encrypt doc (#3398)

It could lead to unwanted error when dummy-paste to try this module.
This commit is contained in:
Tristan Bessoussa 2016-11-13 01:23:11 +01:00 committed by Matt Clay
parent 276c3410a5
commit f68a45ca9a

View file

@ -122,8 +122,8 @@ EXAMPLES = '''
# for example:
#
# - copy:
# dest: /var/www/html/{{ sample_com_http_challenge['challenge_data']['sample.com']['http-01']['resource'] }}
# content: "{{ sample_com_http_challenge['challenge_data']['sample.com']['http-01']['resource_value'] }}"
# 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
- letsencrypt: