From 07e34529a5ea7351d7c860025e89299302537794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 5 Sep 2024 22:55:16 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 1f21f58..5b722d7 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -27,7 +27,7 @@ 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 /" \ + --entrypoint "/bin/bash 'ls -lah' /" \ git.limbosolutions.com/kb/ansible-playbook:dev