Prevent Jinja2 string escaping in alternative Route53 example from getting lost in translation. (#40376)
parent
e7709e169a
commit
2fc23fdc18
|
@ -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 New Issue