Lowercase task name and format variable with spaces
parent
2a67ff1a75
commit
bf065e853f
|
@ -185,11 +185,11 @@ EXAMPLES = '''
|
||||||
zone: "test.io"
|
zone: "test.io"
|
||||||
register: AWSINFO
|
register: AWSINFO
|
||||||
|
|
||||||
- name: GRAB ROUTE53 INFORMATION
|
- name: grab Route53 record information
|
||||||
route53_facts:
|
route53_facts:
|
||||||
type: A
|
type: A
|
||||||
query: record_sets
|
query: record_sets
|
||||||
hosted_zone_id: "{{AWSINFO.zone_id}}"
|
hosted_zone_id: "{{ AWSINFO.zone_id }}"
|
||||||
start_record_name: "host1.workshop.test.io"
|
start_record_name: "host1.workshop.test.io"
|
||||||
register: RECORDS
|
register: RECORDS
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue