mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 03:53:39 +02:00
Add additional delay for ec2 instance prior to ssh
This commit is contained in:
parent
25b6ab9e0a
commit
53f8f05b56
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@
|
||||||
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