add ssh key debug
This commit is contained in:
parent
9f4a3b6767
commit
744edc7352
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,12 @@ jobs:
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
ssh-add /root/.ssh/id_rsa
|
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
|
- name: Run Ansible Playbook
|
||||||
uses: docker://mafyuh/ansible-bws:v1.0.5
|
uses: docker://mafyuh/ansible-bws:v1.0.5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue