Merge "Remove use of ansible_ssh_port"
This commit is contained in:
commit
b48d4e911b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user