Skip to content

Commit

Permalink
fixes debug v6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Apr 6, 2024
1 parent ab36745 commit 575e394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ansible_molecule_teststing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/} | \
Expand Down

0 comments on commit 575e394

Please sign in to comment.