Commit d573d536 by Ibrahim

add quotes

parent cfb1e7e9
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
msg: "{{ item[1] }}-{{ dns_name }}.{{ dns_zone }} {{ item[0].public_dns_name }}" msg: "{{ item[1] }}-{{ dns_name }}.{{ dns_zone }} {{ item[0].public_dns_name }}"
with_nested: with_nested:
- "{{ ec2.instances }}" - "{{ ec2.instances }}"
- {{ WHITELABEL_DNS }} - "{{ WHITELABEL_DNS }}"
- name: Display whitelabel dns entries - name: Display whitelabel dns entries
debug: debug:
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
delay: 30 delay: 30
with_nested: with_nested:
- "{{ ec2.instances }}" - "{{ ec2.instances }}"
- {{ WHITELABEL_DNS }} - "{{ WHITELABEL_DNS }}"
- name: Add DNS names for themes services - name: Add DNS names for themes services
...@@ -159,5 +159,5 @@ ...@@ -159,5 +159,5 @@
with_nested: with_nested:
- "{{ ec2.instances }}" - "{{ ec2.instances }}"
- ['studio', 'ecommerce', 'preview', 'discovery', 'credentials'] - ['studio', 'ecommerce', 'preview', 'discovery', 'credentials']
- {{ WHITELABEL_DNS }} - "{{ WHITELABEL_DNS }}"
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