.
Some checks failed
deploy host / Deploy (push) Failing after 6s

This commit is contained in:
2024-09-05 22:25:11 +01:00
parent 36b82c9038
commit 4fd23a5d8c

View File

@@ -25,7 +25,7 @@ jobs:
- name: Run Ansible Playbook
run: |
docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} ubuntu:latest bash "ls -lah /"
docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} ubuntu:latest bash ls -lah /
# run: |
# docker run --rm \
# -e ANSIBLE_PLAYBOOK_PRIVATE_KEY="${{ secrets.HOST_ANSIBLE_PRIVATE_KEY }}" \