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:
parent
276c3410a5
commit
f68a45ca9a
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ EXAMPLES = '''
|
||||||
# for example:
|
# for example:
|
||||||
#
|
#
|
||||||
# - copy:
|
# - copy:
|
||||||
# dest: /var/www/html/{{ sample_com_http_challenge['challenge_data']['sample.com']['http-01']['resource'] }}
|
# dest: /var/www/html/{{ sample_com_challenge['challenge_data']['sample.com']['http-01']['resource'] }}
|
||||||
# content: "{{ sample_com_http_challenge['challenge_data']['sample.com']['http-01']['resource_value'] }}"
|
# content: "{{ sample_com_challenge['challenge_data']['sample.com']['http-01']['resource_value'] }}"
|
||||||
# when: sample_com_challenge|changed
|
# when: sample_com_challenge|changed
|
||||||
|
|
||||||
- letsencrypt:
|
- letsencrypt:
|
||||||
|
|
Loading…
Reference in a new issue