diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index 7430a93..bcc1c1c 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -27,7 +27,7 @@ jobs: image: ubuntu:latest volumes: - "/sys/fs/cgroup:/sys/fs/cgroup:rw" - options: --privileged --cap-add SYS_ADMIN + options: --privileged --cap-add SYS_ADMIN --lxc-conf="aa_profile=unconfined" permissions: statuses: write # strategy: @@ -67,6 +67,7 @@ jobs: - name: Molecule test shell: bash run: | + ls -lha /proc/1/cgroup || true printf "[defaults]\nremote_tmp = /tmp/.ansible-\${USER}/tmp" > $HOME/.ansible.cfg DEBUG_OPT=$([[ "$COMMIT_MSG" =~ .(debug) ]] && echo "--debug") VERB_OPT=$([[ "$COMMIT_MSG" =~ .(debug).v([1-6]) ]] && (printf "-" && printf "%*s" ${COMMIT_MSG/*debug v/} | \