Commit ddbb65a9 by Kevin Falcone

Also need a newer route53 in order to manage DNS with STS

parent 51894b9d
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
- name: Add DNS name - name: Add DNS name
local_action: local_action:
module: route53 module: route53_2_1_1_0
overwrite: yes overwrite: yes
command: create command: create
zone: "{{ dns_zone }}" zone: "{{ dns_zone }}"
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
- name: Add DNS names for services - name: Add DNS names for services
local_action: local_action:
module: route53 module: route53_2_1_1_0
overwrite: yes overwrite: yes
command: create command: create
zone: "{{ dns_zone }}" zone: "{{ dns_zone }}"
......
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