Commit d93d3fdc by Kevin Falcone

This cleans up a warning about wait being defined twice in this task

  [WARNING]: While constructing a mapping from /var/lib/go-agent/pipelines
  /loadtest-
  credentials/configuration/playbooks/continuous_delivery/launch_instance.yml,
  line 68, column 7, found a duplicate dict key (wait). Using last defined value
  only.
parent cc29846c
......@@ -70,7 +70,6 @@
key_name: "{{ automation_prefix }} {{ unique_key_name.stdout }}"
instance_type: "{{ ec2_instance_type }}"
image: "{{ launch_ami_id }}"
wait: yes
group_id: "{{ ec2_security_group_id }}"
count: 1
vpc_subnet_id: "{{ ec2_vpc_subnet_id }}"
......
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