mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23:39 +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
|
||||
pause:
|
||||
seconds: 10
|
||||
seconds: 20
|
||||
|
||||
- include: local_ssh.yml
|
||||
|
|
|
@ -62,10 +62,6 @@
|
|||
line: "{{ item.public_ip_address }}"
|
||||
with_items:
|
||||
- "{{ algo_instances.instances }}"
|
||||
|
||||
- name: Extra wait time for ec2 instance to be ready
|
||||
pause:
|
||||
seconds: 20
|
||||
rescue:
|
||||
- debug: var=fail_hint
|
||||
tags: always
|
||||
|
|
Loading…
Add table
Reference in a new issue