From 744edc73524e5e10d6032e3d99797f46b7f8e5bc Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Fri, 6 Dec 2024 01:53:15 -0500 Subject: [PATCH] add ssh key debug --- .forgejo/workflows/ansibleCD.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/ansibleCD.yml b/.forgejo/workflows/ansibleCD.yml index 13f834c..1002384 100644 --- a/.forgejo/workflows/ansibleCD.yml +++ b/.forgejo/workflows/ansibleCD.yml @@ -149,6 +149,12 @@ jobs: eval $(ssh-agent -s) ssh-add /root/.ssh/id_rsa + - name: Debug SSH Key Content + run: | + echo "SSH Key Content:" + echo "${{ steps.bitwarden-secrets.outputs.ssh_private_key }}" + + - name: Run Ansible Playbook uses: docker://mafyuh/ansible-bws:v1.0.5 with: