diff options
-rw-r--r-- | playbooks/common/openshift-master/restart_hosts.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/restart_hosts.yml b/playbooks/common/openshift-master/restart_hosts.yml index 475144dbf..a9750e40f 100644 --- a/playbooks/common/openshift-master/restart_hosts.yml +++ b/playbooks/common/openshift-master/restart_hosts.yml @@ -14,6 +14,7 @@ state=started delay=10 timeout=600 + port="{{ ansible_ssh_port }}" become: no # Now that ssh is back up we can wait for API on the remote system, |