From f3a4b72a93096f4f58cd20efe15b97edff1db27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 01:39:09 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 07d0544..1124cd6 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -20,14 +20,14 @@ jobs: runs-on: ubuntu-latest container: image: librespace/ansible -# volumes: -# - ${PWD}/ansible:/ansible + volumes: + - ${PWD}/ansible:/ansible steps: - name: ls shell: bash run: | ls ${{gitea.workspace}} -lah - + ls /ansible -lah # run: | # ls # - name: ls