mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
Prevent Jinja2 string escaping in alternative Route53 example from getting lost in translation. (#40376)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user