File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
with :
18
18
path : " ${{ github.repository }}"
19
19
- name : molecule
20
- uses : robertdebock/molecule-action@2.6.3
20
+ uses : robertdebock/molecule-action@6.0.1
21
21
with :
22
22
command : lint
23
23
test :
@@ -27,17 +27,20 @@ jobs:
27
27
strategy :
28
28
matrix :
29
29
image :
30
+ - geerlingguy/docker-ubuntu2404-ansible:latest
30
31
- geerlingguy/docker-ubuntu2204-ansible:latest
31
32
- geerlingguy/docker-ubuntu2004-ansible:latest
32
33
- geerlingguy/docker-ubuntu1804-ansible:latest
34
+ - geerlingguy/docker-centos9-ansible:latest
33
35
- geerlingguy/docker-centos8-ansible:latest
36
+ - geerlingguy/docker-centos7-ansible:latest
34
37
steps :
35
38
- name : checkout
36
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v4
37
40
with :
38
41
path : " ${{ github.repository }}"
39
42
- name : molecule
40
- uses : robertdebock/molecule-action@2.6.3
43
+ uses : robertdebock/molecule-action@6.0.1
41
44
with :
42
45
image : " ${{ matrix.image }}"
43
46
options : parallel
Original file line number Diff line number Diff line change @@ -20,5 +20,7 @@ galaxy_info:
20
20
versions :
21
21
- 6
22
22
- 7
23
+ - 8
24
+ - 9
23
25
galaxy_tags : []
24
26
dependencies : []
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ driver:
5
5
name : docker
6
6
platforms :
7
7
- name : instance
8
- image : ${MOLECULE_DOCKER_IMAGE:-' geerlingguy/docker-ubuntu1804- ansible:latest'}
8
+ image : " geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2004}- ansible:latest"
9
9
command : ${MOLECULE_DOCKER_COMMAND:-""}
10
+ cgroupns_mode : host
10
11
volumes :
11
- - /sys/fs/cgroup:/sys/fs/cgroup:ro
12
+ - /sys/fs/cgroup:/sys/fs/cgroup:rw
12
13
privileged : true
13
14
pre_build_image : true
14
15
provisioner :
You can’t perform that action at this time.
0 commit comments