diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a504a95..c648887 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Install ansible run: | apt-get update - apt-get install -y ansible-core + apt-get install -y ansible - name: Set up SSH private key run: |