diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-02-07 16:29:37 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-02-07 16:29:37 -0500 |
commit | 3558b1b90af6370bf6188c6f2005500e76ff1e86 (patch) | |
tree | 95aff049a2e60c7a4c07f6b5473f5a366955d252 | |
parent | 0a625596bd312e46cf54102f5a90b09f9d61699c (diff) | |
download | openshift-3558b1b90af6370bf6188c6f2005500e76ff1e86.tar.gz openshift-3558b1b90af6370bf6188c6f2005500e76ff1e86.tar.bz2 openshift-3558b1b90af6370bf6188c6f2005500e76ff1e86.tar.xz openshift-3558b1b90af6370bf6188c6f2005500e76ff1e86.zip |
Moving to ansible variable.
-rw-r--r-- | playbooks/common/openshift-master/restart_hosts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/restart_hosts.yml b/playbooks/common/openshift-master/restart_hosts.yml index c6c0fea55..a9750e40f 100644 --- a/playbooks/common/openshift-master/restart_hosts.yml +++ b/playbooks/common/openshift-master/restart_hosts.yml @@ -14,7 +14,7 @@ state=started delay=10 timeout=600 - port=22 + port="{{ ansible_ssh_port }}" become: no # Now that ssh is back up we can wait for API on the remote system, |