mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Update route53_zone.py fix indentation typo in examples (#3255)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user