Skip to content

Commit 367d9b0

Browse files
committed
and again
1 parent 9e03c07 commit 367d9b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

openshift/cnv/wait.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
- name: Wait for
66
ansible.builtin.wait_for:
77
port: 22
8-
host: "{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}"
8+
host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}'
99
search_regex: OpenSSH
1010
delay: 10
1111
retries: 10
12-
vars:
13-
ansible_connection: local
12+
connection: local

0 commit comments

Comments
 (0)