From ce8bc0e3b704af0cc0af558de47505db07fceaf2 Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Tue, 24 Sep 2024 19:40:15 +0200 Subject: [PATCH] Refactor SSH configuration to read SSH Trusted Hosts keys --- .github/workflows/ansible-apply.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-apply.yaml b/.github/workflows/ansible-apply.yaml index e1f8fac..561f179 100644 --- a/.github/workflows/ansible-apply.yaml +++ b/.github/workflows/ansible-apply.yaml @@ -35,7 +35,7 @@ jobs: cp ssh-keys/ansible/id_ecdsa ~/.ssh/id_ecdsa chmod 600 ~/.ssh/id_ecdsa - - name: Configure SSH to Disable Host Key Checking + - name: Read SSH Trusted Hosts keys env: TRUSTED_HOSTS: ${{ secrets.TRUSTED_HOSTS }} run: |