mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Prevent Jinja2 string escaping in alternative Route53 example from getting lost in translation. (#40376)
This commit is contained in:
parent
e7709e169a
commit
2fc23fdc18
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ options:
|
|||
version_added: 2.6
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
EXAMPLES = R'''
|
||||
### Example with HTTP challenge ###
|
||||
|
||||
- name: Create a challenge for sample.com using a account key from a variable.
|
||||
|
|
Loading…
Reference in a new issue