This repository was archived by the owner on Mar 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-29
lines changed Expand file tree Collapse file tree 4 files changed +11
-29
lines changed Original file line number Diff line number Diff line change 3636 name : Molecule
3737 runs-on : ubuntu-latest
3838
39+ strategy :
40+ matrix :
41+ img :
42+ - staticdev/docker-ubuntu2010-ansible:latest
43+ - geerlingguy/docker-ubuntu2004-ansible:latest
44+ - geerlingguy/docker-ubuntu1804-ansible:latest
45+ - geerlingguy/docker-debian10-ansible:latest
46+ - geerlingguy/docker-debian9-ansible:latest
47+
3948 steps :
4049 - name : Check out the repository
4150 uses : actions/checkout@v2.3.4
5564 env :
5665 PY_COLORS : " 1"
5766 ANSIBLE_FORCE_COLOR : " 1"
58- MOLECULE_DISTRO : ubuntu2010
67+ MOLECULE_IMG : ${{ matrix.img }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ driver:
77 name : docker
88platforms :
99 - name : instance
10- image : " staticdev/docker-${MOLECULE_DISTRO:-centos7}- ansible:latest"
10+ image : " ${MOLECULE_IMG:-staticdev/docker-ubuntu2010- ansible:latest} "
1111 command : ${MOLECULE_DOCKER_COMMAND:-""}
1212 volumes :
1313 - /sys/fs/cgroup:/sys/fs/cgroup:ro
1414 privileged : true
1515 pre_build_image : true
1616provisioner :
1717 name : ansible
18- verifier :
19- name : ansible
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments