mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in documentation (#2359)
This commit is contained in:
parent
68942416df
commit
25e2a933d0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ EXAMPLES = '''
|
||||||
- route53_zone: zone=example.com state=absent
|
- route53_zone: zone=example.com state=absent
|
||||||
|
|
||||||
- name: private zone for devel
|
- name: private zone for devel
|
||||||
route53_zome: zone=devel.example.com state=present vpc_id={{myvpc_id}} comment='developer domain'
|
route53_zone: zone=devel.example.com state=present vpc_id={{myvpc_id}} comment='developer domain'
|
||||||
|
|
||||||
# more complex example
|
# more complex example
|
||||||
- name: register output after creating zone in parameterized region
|
- name: register output after creating zone in parameterized region
|
||||||
|
|
Loading…
Reference in a new issue