diff --git a/lib/ansible/modules/cloud/amazon/route53_facts.py b/lib/ansible/modules/cloud/amazon/route53_facts.py index 4b3d907543..5ba4440d8f 100644 --- a/lib/ansible/modules/cloud/amazon/route53_facts.py +++ b/lib/ansible/modules/cloud/amazon/route53_facts.py @@ -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 '''