From 933bf207485e593fad98953135970472319a8a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 00:32:34 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 6b88ecc..2bf8397 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -11,7 +11,13 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - + + - name: Install Ansible + shell: bash + run: | + sudo apt update + sudo apt install -y ansible + - name: Run Ansible Playbook env: ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }}