From bc4572369669ab8ae3dafffe41f8581992e052a0 Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Mon, 8 Apr 2024 02:52:20 +0300 Subject: [PATCH] fixes debug v1 --- .github/workflows/ansible_molecule_teststing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index a4702de..241e496 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -27,8 +27,9 @@ jobs: image: ubuntu:latest volumes: - "/sys/fs/cgroup:/sys/fs/cgroup:rw" + - "/var/run/docker.sock:/var/run/docker.sock:rw" options: | - --privileged --cap-add SYS_ADMIN --security-opt apparmor=unconfined -v /var/run/docker.sock:/var/run/docker.sock + --privileged --cap-add SYS_ADMIN --security-opt apparmor=unconfined permissions: statuses: write # strategy: