mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 12:21:12 +00:00
Lowercase task name and format variable with spaces
This commit is contained in:
@@ -185,11 +185,11 @@ EXAMPLES = '''
|
||||
zone: "test.io"
|
||||
register: AWSINFO
|
||||
|
||||
- name: GRAB ROUTE53 INFORMATION
|
||||
- name: grab Route53 record information
|
||||
route53_facts:
|
||||
type: A
|
||||
query: record_sets
|
||||
hosted_zone_id: "{{AWSINFO.zone_id}}"
|
||||
hosted_zone_id: "{{ AWSINFO.zone_id }}"
|
||||
start_record_name: "host1.workshop.test.io"
|
||||
register: RECORDS
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user