Skip to content

Commit 32aa382

Browse files
committedDec 6, 2024
remove debug
1 parent 9c2c392 commit 32aa382

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ jobs:
149149
eval $(ssh-agent -s)
150150
ssh-add /root/.ssh/id_rsa
151151
152-
- name: Debug SSH Key Content
153-
run: |
154-
echo "SSH Key Content:"
155-
echo "${{ steps.bitwarden-secrets.outputs.ssh_private_key }}"
156-
157152
158153
- name: Run Ansible Playbook
159154
uses: docker://mafyuh/ansible-bws:v1.0.5

‎ansible/ansible.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[defaults]
22
ansible_user = mafyuh
33
host_key_checking = False
4-
private_key_file = /root/.ssh/id_rsa

0 commit comments

Comments
 (0)
Please sign in to comment.