From 8f5a0172c760c413395b07bbfffecf403bc7ccfb Mon Sep 17 00:00:00 2001 From: "Ben D." Date: Wed, 29 Apr 2026 09:10:20 -0700 Subject: [PATCH] Update inventories/clients/sundance/group_vars/pfsense_nodes.yml --- inventories/clients/sundance/group_vars/pfsense_nodes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventories/clients/sundance/group_vars/pfsense_nodes.yml b/inventories/clients/sundance/group_vars/pfsense_nodes.yml index 1a8ad93..246a3dd 100644 --- a/inventories/clients/sundance/group_vars/pfsense_nodes.yml +++ b/inventories/clients/sundance/group_vars/pfsense_nodes.yml @@ -21,7 +21,7 @@ ansible_shell_type: sh ansible_shell_executable: /bin/sh # Set to your SSH key or use ansible_password -ansible_ssh_private_key_file: ~/.ssh/client_{{ CLIENT_SLUG }} +ansible_ssh_private_key_file: "~/.ssh/client_{{ CLIENT_SLUG }}"" # Default upgrade settings (can be overridden per host in host_vars/) perform_upgrade: false