File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
- ROLE_NAME : mysql
8
8
matrix :
9
9
- MOLECULE_DISTRO : centos7
10
- MOLECULE_DOCKER_COMMAND : /usr/lib/systemd/systemd
11
10
- MOLECULE_DISTRO : centos6
11
+ - MOLECULE_DISTRO : ubuntu1804
12
12
- MOLECULE_DISTRO : ubuntu1604
13
+ - MOLECULE_DISTRO : debian9
13
14
- MOLECULE_DISTRO : debian8
14
15
15
16
install :
Original file line number Diff line number Diff line change 9
9
config-file : molecule/default/yaml-lint.yml
10
10
platforms :
11
11
- name : instance
12
- image : geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible
13
- command : ${MOLECULE_DOCKER_COMMAND:-"sleep infinity"}
12
+ image : " geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
13
+ command : ${MOLECULE_DOCKER_COMMAND:-""}
14
+ volumes :
15
+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
14
16
privileged : true
15
17
pre_build_image : true
16
18
provisioner :
You can’t perform that action at this time.
0 commit comments