Fix final
All checks were successful
Run Ansible Playbook / run-ansible (push) Successful in 2s

This commit is contained in:
moritzrfs
2025-05-05 22:53:16 +02:00
parent c03d71c804
commit b90e42d81a

View File

@@ -19,4 +19,13 @@ jobs:
- name: cat the base64 SSH key
run: |
cat /tmp/id_rsa.b64
cat /tmp/id_rsa.b64
- name: Decode SSH key and save to file
run: |
base64 -d /tmp/id_rsa.b64 > /tmp/id_rsa
chmod 600 /tmp/id_rsa
- name: print the SSH key
run: |
cat /tmp/id_rsa