We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e03c07 commit 367d9b0Copy full SHA for 367d9b0
openshift/cnv/wait.yml
@@ -5,9 +5,8 @@
5
- name: Wait for
6
ansible.builtin.wait_for:
7
port: 22
8
- host: "{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}"
+ host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}'
9
search_regex: OpenSSH
10
delay: 10
11
retries: 10
12
- vars:
13
- ansible_connection: local
+ connection: local
0 commit comments