fourth attempt
Some checks failed
Ansible Deploy / deploy (Ansible/debian.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Has been cancelled
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Has been cancelled
Ansible Lint / build (push) Successful in 1m10s

This commit is contained in:
Benjamin Hays 2024-10-12 19:01:36 -04:00
parent c1e2aa4551
commit 919386cc3a

View File

@ -19,6 +19,7 @@ jobs:
echo "Host *" > ~/.ssh/config
echo " StrictHostKeyChecking no" >> ~/.ssh/config
echo '${{secrets.SSH_PRIVATE_KEY}}' > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
- uses: actions/checkout@v3
with: