Update update.yml

This commit is contained in:
2026-03-11 16:04:55 +00:00
parent ad318c50fd
commit bd775c5163

View File

@@ -10,7 +10,7 @@
- name: Ensure SSH is reachable (skip host if not)
delegate_to: localhost
wait_for:
host: "{{ inventory_hostname }}"
host: "{{ ansible_host | default(inventory_hostname) }}"
port: 22
timeout: 5
register: ssh_check