Commit d46720cd by John Jarvis

quoting vars

parent 890a9dc6
......@@ -4,13 +4,13 @@
gather_facts: False
roles:
- role: launch_instance
keypair: {{ keypair }}
instance_type: {{ instance_type }}
security_group: {{ security_group }}
ami_image: {{ ami }}
region: {{ region }}
instance_tags: {{ instance_tags }}
size: {{ size }}
keypair: "{{ keypair }}"
instance_type: "{{ instance_type }}"
security_group: "{{ security_group }}"
ami_image: "{{ ami }}"
region: "{{ region }}"
instance_tags: "{{ instance_tags }}"
size: "{{ size }}"
- name: Configure instance(s)
......
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