File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77 - ROLE_NAME : kubernetes
88 matrix :
99 - MOLECULE_DISTRO : centos7
10- MOLECULE_DOCKER_COMMAND : /usr/lib/systemd/systemd
11- - MOLECULE_DISTRO : ubuntu1604
12- MOLECULE_DOCKER_COMMAND : /lib/systemd/systemd
10+ - MOLECULE_DISTRO : ubuntu1804
1311 - MOLECULE_DISTRO : debian9
14- MOLECULE_DOCKER_COMMAND : /lib/systemd/systemd
1512
1613install :
1714 # Install test dependencies.
Original file line number Diff line number Diff line change 99 config-file : molecule/default/yaml-lint.yml
1010platforms :
1111 - 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:-""}
1414 volumes :
1515 - /sys/fs/cgroup:/sys/fs/cgroup:ro
1616 - /var/lib/docker
17+ volumes :
18+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
1719 privileged : true
1820 pre_build_image : true
1921provisioner :
You can’t perform that action at this time.
0 commit comments