Update route53_zone.py fix indentation typo in examples (#3255)

pull/18777/head
Arthur 8 years ago committed by Matt Clay
parent 246ce5aa85
commit 9513388819

@ -76,7 +76,7 @@ EXAMPLES = '''
vpc_region: '{{ ec2_region }}'
zone: '{{ vpc_dns_zone }}'
state: present
register: zone_out
register: zone_out
- debug:
var: zone_out

Loading…
Cancel
Save