mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
committed by
Matt Clay
parent
276c3410a5
commit
f68a45ca9a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user