mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23: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 }}"
|
||||
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