remove debug

This commit is contained in:
Matt Reeves 2024-12-06 02:07:21 -05:00
parent 9c2c392947
commit 32aa382ee7
2 changed files with 0 additions and 6 deletions

View file

@ -149,11 +149,6 @@ 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

View file

@ -1,4 +1,3 @@
[defaults]
ansible_user = mafyuh
host_key_checking = False
private_key_file = /root/.ssh/id_rsa