Browse Source

Merge pull request #3282 from kwoodson/specify_wait_port

Specify a port for wait_for call on master upgrade.
Kenny Woodson 8 years ago
parent
commit
5a933ed4b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      playbooks/common/openshift-master/restart_hosts.yml

+ 1 - 0
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,