diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 5016e6d..4b85091 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -36,6 +36,11 @@ jobs: UserKnownHostsFile /dev/null EOF + - name: Install Ansible + run: | + apt-get update + apt-get install -y ansible + - name: Run Ansible Playbook run: | cd ansible