Commit ebfc5215 by Arbab Nazar

Merge pull request #2824 from edx/arbab/route53-profile-fix

fix the permission issue while creating the route53 records
parents 9e9f232c 78416573
...@@ -175,6 +175,7 @@ ...@@ -175,6 +175,7 @@
- name: Setup ELB DNS - name: Setup ELB DNS
route53: route53:
profile: "{{ profile }}"
command: "create" command: "create"
zone: "{{ dns_zone_name }}" zone: "{{ dns_zone_name }}"
record: "{{ item.elb.name }}.{{ dns_zone_name }}" record: "{{ item.elb.name }}.{{ dns_zone_name }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment