File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-20.04
2525 strategy :
2626 fail-fast : false
27+ max-parallel : 3
2728 matrix :
2829 config :
2930 - os : " debian11"
Original file line number Diff line number Diff line change 44[ ![ Galaxy Quality] ( https://img.shields.io/ansible/quality/47375?style=flat&logo=ansible )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
55[ ![ Role version] ( https://img.shields.io/github/v/release/MonolithProjects/ansible-github_actions_runner )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
66[ ![ Role downloads] ( https://img.shields.io/ansible/role/d/47375 )] ( https://galaxy.ansible.com/monolithprojects/github_actions_runner )
7- [ ![ GitHub Actions ] ( https://github.com/MonolithProjects/ansible-github_actions_runner/workflows/molecule%20test /badge.svg?branch=master )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/actions )
7+ [ ![ Molecule test ] ( https://github.com/MonolithProjects/ansible-github_actions_runner/actions/ workflows/tests.yml /badge.svg )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/actions/workflows/tests.yml )
88[ ![ License] ( https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner )] ( https://github.com/MonolithProjects/ansible-github_actions_runner/blob/main/LICENSE )
99
1010
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ platforms:
2121 command : /sbin/init
2222 volumes :
2323 - " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
24- cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
24+ cgroups_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
2525 privileged : true
2626 pre_build_image : true
2727verifier :
You can’t perform that action at this time.
0 commit comments