Add 10 second delay to all, rather than to cloud-ec2

This commit is contained in:
Christopher J. Pilkington 2017-05-07 12:31:15 -04:00
parent 53f8f05b56
commit c9e0f4cf85
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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