Add additional delay for ec2 instance prior to ssh (#527)

* Add additional delay for ec2 instance prior to ssh

* Add 10 second delay to all, rather than to cloud-ec2
pull/530/head
Christopher J. Pilkington 7 years ago committed by Dan Guido
parent 25b6ab9e0a
commit 27f9cda361

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

Loading…
Cancel
Save