mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
Remove superfluous/invalid quote
Allow the example to be copy-pasted with minimal confusion about the error.
This commit is contained in:
parent
4012f4bb95
commit
cf5b1620b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue