mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Lowercase task name and format variable with spaces
This commit is contained in:
parent
2a67ff1a75
commit
bf065e853f
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue