diff --git a/.forgejo/workflows/ansibleCD.yml b/.forgejo/workflows/ansibleCD.yml index 6c433df..13f834c 100644 --- a/.forgejo/workflows/ansibleCD.yml +++ b/.forgejo/workflows/ansibleCD.yml @@ -129,6 +129,11 @@ jobs: ubu.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ubu_host }} ansible_user=mafyuh EOF + - name: Ensure SSH directory exists + run: | + mkdir -p /root/.ssh + chmod 700 /root/.ssh + - name: Create Private key run: | cat < /root/.ssh/id_rsa