Commit d46720cd by John Jarvis

quoting vars

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