diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e30c5e9..a504a95 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,13 +8,16 @@ on: jobs: deploy-dns: runs-on: self-hosted - container: - image: docker.io/willhallonline/ansible:latest steps: - name: Checkout code uses: actions/checkout@v3 + - name: Install ansible + run: | + apt-get update + apt-get install -y ansible-core + - name: Set up SSH private key run: | mkdir -p ~/.ssh