Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed Apr 19, 2024
1 parent 9e03c07 commit 367d9b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openshift/cnv/wait.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
- name: Wait for
ansible.builtin.wait_for:
port: 22
host: "{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}"
host: '{{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}'
search_regex: OpenSSH
delay: 10
retries: 10
vars:
ansible_connection: local
connection: local

0 comments on commit 367d9b0

Please sign in to comment.