third attempt
Some checks failed
Ansible Deploy / deploy (Ansible/cloudflare-dns.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/debian.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/heartbeat.yml) (push) Failing after 4s
Ansible Deploy / deploy (Ansible/openssh.yml) (push) Failing after 4s
Ansible Lint / build (push) Has been cancelled

This commit is contained in:
Benjamin Hays 2024-10-12 19:00:35 -04:00
parent 2b4418bdf1
commit c1e2aa4551

View File

@ -16,6 +16,8 @@ jobs:
- name: Copy SSH Key
run: |
mkdir ~/.ssh/
echo "Host *" > ~/.ssh/config
echo " StrictHostKeyChecking no" >> ~/.ssh/config
echo '${{secrets.SSH_PRIVATE_KEY}}' > ~/.ssh/id_rsa
- uses: actions/checkout@v3