Commit ce276687 by Brian Beggs Committed by Feanil Patel

adding ec2_instance_profile_name to launch instance CD

parent eb1e4f8b
......@@ -68,6 +68,7 @@
volume_size: "{{ ebs_volume_size }}"
wait: yes
wait_timeout: "{{ ec2_timeout }}"
instance_profile_name: "{{ ec2_instance_profile_name }}"
register: ec2_instance_register
- name: Wait for SSH to come up
......
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