mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Update route53_zone.py fix indentation typo in examples (#3255)
This commit is contained in:
parent
246ce5aa85
commit
9513388819
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ EXAMPLES = '''
|
||||||
vpc_region: '{{ ec2_region }}'
|
vpc_region: '{{ ec2_region }}'
|
||||||
zone: '{{ vpc_dns_zone }}'
|
zone: '{{ vpc_dns_zone }}'
|
||||||
state: present
|
state: present
|
||||||
register: zone_out
|
register: zone_out
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
var: zone_out
|
var: zone_out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue