New try
Some checks failed
Run Ansible Playbook / run-ansible (push) Failing after 2s

This commit is contained in:
moritzrfs
2025-05-05 22:51:01 +02:00
parent 9df86078d1
commit c85166d3f5

View File

@@ -15,9 +15,8 @@ jobs:
- name: Copy base64 encoded SSH key to file to a temp file - name: Copy base64 encoded SSH key to file to a temp file
run: | run: |
echo "${{ secrets.ANSIBLE_SSH_KEY }}" | base64 --decode > /tmp/id_rsa echo "${{ secrets.ANSIBLE_SSH_KEY }}" | /tmp/id_rsa.b64
chmod 600 /tmp/id_rsa
- name: cat the SSH key - name: cat the SSH key
run: | run: |
cat /tmp/id_rsa cat /tmp/id_rsa.b64