From bd2bb9f0dcfaead08c2993200dd03ef175d4e3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 01:10:54 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index a28b1cc..0aef848 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -12,6 +12,11 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: ls + run: | + ls -lah + + # - name: Install Ansible # shell: bash # run: | @@ -22,7 +27,7 @@ jobs: run: | docker pull librespace/ansible - docker run librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx + docker run --mount type=bind,source="$(pwd)",target=/app librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx # - name: Run Ansible Playboo