mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-04 19:13:04 +02:00
Add 10 second delay to all, rather than to cloud-ec2
This commit is contained in:
parent
53f8f05b56
commit
c9e0f4cf85
2 changed files with 1 additions and 5 deletions
|
@ -12,6 +12,6 @@
|
||||||
|
|
||||||
- name: A short pause, in order to be sure the instance is ready
|
- name: A short pause, in order to be sure the instance is ready
|
||||||
pause:
|
pause:
|
||||||
seconds: 10
|
seconds: 20
|
||||||
|
|
||||||
- include: local_ssh.yml
|
- include: local_ssh.yml
|
||||||
|
|
|
@ -62,10 +62,6 @@
|
||||||
line: "{{ item.public_ip_address }}"
|
line: "{{ item.public_ip_address }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ algo_instances.instances }}"
|
- "{{ algo_instances.instances }}"
|
||||||
|
|
||||||
- name: Extra wait time for ec2 instance to be ready
|
|
||||||
pause:
|
|
||||||
seconds: 20
|
|
||||||
rescue:
|
rescue:
|
||||||
- debug: var=fail_hint
|
- debug: var=fail_hint
|
||||||
tags: always
|
tags: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue