Skip to content

Commit

Permalink
Lowercase task name and format variable with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hertel authored and ansibot committed Dec 12, 2018
1 parent 2a67ff1 commit bf065e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/amazon/route53_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@
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
'''
Expand Down

0 comments on commit bf065e8

Please sign in to comment.