mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Merge pull request #6014 from amirhhz/patch-1
Remove superfluous/invalid quote
This commit is contained in:
@@ -111,7 +111,7 @@ EXAMPLES = '''
|
|||||||
# Add an AAAA record. Note that because there are colons in the value
|
# Add an AAAA record. Note that because there are colons in the value
|
||||||
# that the entire parameter list must be quoted:
|
# that the entire parameter list must be quoted:
|
||||||
- route53: >
|
- route53: >
|
||||||
"command=create
|
command=create
|
||||||
zone=foo.com
|
zone=foo.com
|
||||||
record=localhost.foo.com
|
record=localhost.foo.com
|
||||||
type=AAAA
|
type=AAAA
|
||||||
|
|||||||
Reference in New Issue
Block a user