Merge "Remove use of ansible_ssh_port"

This commit is contained in:
Jenkins 2016-01-12 18:40:24 +00:00 committed by Gerrit Code Review
commit b48d4e911b

View File

@ -24,7 +24,7 @@
- name: Wait for ssh to be available
local_action:
module: wait_for
port: "{{ ansible_ssh_port | default('22') }}"
port: "22"
host: "{{ ansible_ssh_host | default(inventory_hostname) }}"
search_regex: OpenSSH
delay: 1