mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Fix missing quote mark in route53 doc example
This commit is contained in:
@@ -116,7 +116,7 @@ EXAMPLES = '''
|
||||
record=localhost.foo.com
|
||||
type=AAAA
|
||||
ttl=7200
|
||||
value=::1"
|
||||
value="::1"
|
||||
'''
|
||||
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user