Added ssh key debug
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
# roles/pfsense_upgrade/tasks/preflight.yml
|
# roles/pfsense_upgrade/tasks/preflight.yml
|
||||||
# Validate SSH connectivity, confirm host is pfSense, check disk space.
|
# 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
|
- name: Verify SSH connectivity to pfSense host
|
||||||
ansible.builtin.raw: echo "ping"
|
ansible.builtin.raw: echo "ping"
|
||||||
register: _ssh_test
|
register: _ssh_test
|
||||||
|
|||||||
Reference in New Issue
Block a user