Added ssh key debug

This commit is contained in:
2026-04-29 12:10:01 -07:00
parent 7e8382541b
commit b6754d38be

View File

@@ -1,6 +1,9 @@
---
# roles/pfsense_upgrade/tasks/preflight.yml
# Validate SSH connectivity, confirm host is pfSense, check disk space.
- name: DEBUG - Show SSH key path
ansible.builtin.debug:
msg: "SSH key path: {{ ansible_ssh_private_key_file | default('NOT SET') }}"
- name: Verify SSH connectivity to pfSense host
ansible.builtin.raw: echo "ping"