From 3354353b87fecebf34fbe0bb9136c5869a330ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 01:19:40 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 6cfe131..0eff257 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -8,11 +8,18 @@ on: jobs: build: runs-on: ubuntu-latest + container: librespace/ansible steps: - name: Checkout code uses: actions/checkout@v2 + - name: ls + shell: bash + run: | + ls - # - name: ls +# run: | +# ls + # - name: ls # run: | # ls -lah @@ -23,12 +30,15 @@ jobs: # sudo apt update # sudo apt install -y ansible - - name: Docker tests +# - name: Docker tests - run: | - docker pull librespace/ansible - docker run --mount type=bind,source="$(pwd)"/ansible,target=/ansible librespace/ansible ansible-playbook ansible/site.yml --private-key xxxx -u xxxx - +# run: | +# docker pull librespace/ansible +# docker run \ +# --mount type=bind,source="$(pwd)"/ansible,target=/ansible \ +# librespace/ansible \ +# ansible-playbook ansible/site.yml --private-key xxxx -u xxxx + # - name: Run Ansible Playboo # env: