mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 17:48:12 -03:30
Fix wait for hosts in CI (#1679)
Also fix usage of failed_when and handling exit code.
This commit is contained in:
@@ -63,4 +63,4 @@
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Wait for SSH to come up.
|
||||
local_action: wait_for host={{ansible_host}} port=22 delay=60 timeout=240 state=started
|
||||
local_action: wait_for host={{inventory_hostname}} port=22 delay=60 timeout=240 state=started
|
||||
|
||||
Reference in New Issue
Block a user