Skip to content

Commit 52392ce

Browse files
ubuntu 20
1 parent d0eb644 commit 52392ce

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

molecule/default/molecule.yml

+17-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ lint: |
99
yamllint . -c .yamllint
1010
ansible-lint . -c .ansible-lint
1111
platforms:
12-
- name: test-docker-centos7-sonarqube
12+
- name: centos-7
1313
image: leandelivery/docker-systemd:centos7
1414
privileged: true
1515

16-
- name: test-docker-ubuntu18.04-sonarqube
16+
- name: ubuntu-18.04
1717
image: leandelivery/docker-systemd:ubuntu-18.04
1818
privileged: true
1919
security_opts:
@@ -27,6 +27,21 @@ platforms:
2727
- SYS_ADMIN
2828
groups:
2929
- python3
30+
31+
- name: ubuntu-20.04
32+
image: leandelivery/docker-systemd:ubuntu-20.04
33+
privileged: true
34+
security_opts:
35+
- seccomp=unconfined
36+
volumes:
37+
- /sys/fs/cgroup:/sys/fs/cgroup:ro
38+
tmpfs:
39+
- /tmp
40+
- /run
41+
capabilities:
42+
- SYS_ADMIN
43+
groups:
44+
- python3
3045
provisioner:
3146
name: ansible
3247
log: true

0 commit comments

Comments
 (0)