mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed doc typos
This commit is contained in:
parent
a5e9057752
commit
e9de70668b
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: rds
|
module: route53
|
||||||
version_added: "1.4"
|
version_added: "1.4"
|
||||||
short_description: add or delete entries in Amazon's Route53 DNS service
|
short_description: add or delete entries in Amazon's Route53 DNS service
|
||||||
description:
|
description:
|
||||||
|
@ -98,9 +98,9 @@ EXAMPLES = '''
|
||||||
- route53: >
|
- route53: >
|
||||||
command=delete
|
command=delete
|
||||||
zone=foo.com
|
zone=foo.com
|
||||||
record={{ r.set.record }}
|
record={{ rec.set.record }}
|
||||||
type={{ r.set.type }}
|
type={{ rec.set.type }}
|
||||||
value={{ r.set.value }}
|
value={{ rec.set.value }}
|
||||||
.''
|
.''
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in a new issue