From d1093834fb11e2a18d9cbe32bc9a24b06e59c908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 5 Sep 2024 22:57:18 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 5b722d7..cece104 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -27,8 +27,8 @@ jobs: -e ANSIBLE_PLAYBOOK_INVENTORY="${{ secrets.HOST_ANSIBLE_REMOTE_ADDRESS }}" \ -e ANSIBLE_PLAYBOOK_WORKSPACE_PATH=${GITHUB_WORKSPACE}/ansible \ --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ - --entrypoint "/bin/bash 'ls -lah' /" \ - git.limbosolutions.com/kb/ansible-playbook:dev + --entrypoint "/bin/bash" \ + git.limbosolutions.com/kb/ansible-playbook:dev -c "ls -lah" / \ No newline at end of file