Skip to content

Commit

Permalink
Fix typo in documentation (ansible#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
boutetnico authored and mattclay committed Dec 8, 2016
1 parent 6894241 commit 25e2a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/extras/cloud/amazon/route53_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
- route53_zone: zone=example.com state=absent
- 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
- name: register output after creating zone in parameterized region
Expand Down

0 comments on commit 25e2a93

Please sign in to comment.