From 9133d3c471b330cdf9c184f7fa147fc10fc4695c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 01:29:07 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index e3b9536..68121de 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -13,7 +13,10 @@ jobs: uses: actions/checkout@v2 ansible: runs-on: ubuntu-latest - container: librespace/ansible + container: + image: librespace/ansible + volumes: + - ${{github.workspace}}/ansible:/ansible steps: - name: ls shell: bash