We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2c392 commit 32aa382Copy full SHA for 32aa382
.forgejo/workflows/ansibleCD.yml
@@ -149,11 +149,6 @@ jobs:
149
eval $(ssh-agent -s)
150
ssh-add /root/.ssh/id_rsa
151
152
- - name: Debug SSH Key Content
153
- run: |
154
- echo "SSH Key Content:"
155
- echo "${{ steps.bitwarden-secrets.outputs.ssh_private_key }}"
156
-
157
158
- name: Run Ansible Playbook
159
uses: docker://mafyuh/ansible-bws:v1.0.5
ansible/ansible.cfg
@@ -1,4 +1,3 @@
1
[defaults]
2
ansible_user = mafyuh
3
host_key_checking = False
4
-private_key_file = /root/.ssh/id_rsa
0 commit comments