remove debug
This commit is contained in:
parent
9c2c392947
commit
32aa382ee7
2 changed files with 0 additions and 6 deletions
|
@ -149,11 +149,6 @@ 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
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
ansible_user = mafyuh
|
ansible_user = mafyuh
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
private_key_file = /root/.ssh/id_rsa
|
|
Reference in a new issue