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
This commit is contained in:
Christopher J. Pilkington 2017-05-07 12:35:27 -04:00 committed by Dan Guido
parent 25b6ab9e0a
commit 27f9cda361

View File

@ -12,6 +12,6 @@
- name: A short pause, in order to be sure the instance is ready - name: A short pause, in order to be sure the instance is ready
pause: pause:
seconds: 10 seconds: 20
- include: local_ssh.yml - include: local_ssh.yml