Commit 26c6a047 by John Jarvis

adding wait timeout for xqueue

parent 5e027d93
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
instance_id: "{{ ansible_ec2_instance_id }}" instance_id: "{{ ansible_ec2_instance_id }}"
region: us-east-1 region: us-east-1
state: absent state: absent
wait_timeout: 60
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
roles: roles:
...@@ -45,6 +46,7 @@ ...@@ -45,6 +46,7 @@
ec2_elbs: "{{ item }}" ec2_elbs: "{{ item }}"
region: us-east-1 region: us-east-1
state: present state: present
wait_timeout: 60
with_items: ec2_elbs with_items: ec2_elbs
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
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