diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 4cf8a34..17e33f8 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -20,7 +20,6 @@ jobs: image: ubuntu:latest volumes: - "/sys/fs/cgroup:/sys/fs/cgroup:rw" - - "/tmp" options: --privileged --cap-add SYS_ADMIN permissions: statuses: write @@ -60,6 +59,8 @@ jobs: sudo --version || true poetry --ansi run ansible --version poetry --ansi run ansible-galaxy --version + ls -lha /tmp || true + ls -lh / | grep tmp || true - name: Molecule test shell: bash # poetry --ansi run ansible-galaxy install -r requirements.yml -vvv @@ -67,7 +68,7 @@ jobs: printf "[defaults]\nremote_tmp = /tmp/.ansible-\${USER}/tmp" > $HOME/.ansible.cfg cd roles/bareos poetry --ansi run molecule \ - $([[ "${{ github.event.head_commit.message }}" =~ .(debug) ]] && printf "--debug") test + "$([[ "${{ github.event.head_commit.message }}" =~ .(debug) ]] && echo '--debug')" test env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'