We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05639d commit 6a82b88Copy full SHA for 6a82b88
molecule/default/collections.yml
@@ -1,4 +1,2 @@
1
---
2
-collections:
3
- - name: community.general
4
- version: '>=2,<3'
+collections: []
molecule/default/molecule.yml
@@ -5,7 +5,7 @@ driver:
5
name: docker
6
platforms:
7
- name: instance
8
- image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu1604}-ansible:latest"
+ image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2004}-ansible:latest"
9
command: ${MOLECULE_DOCKER_COMMAND:-""}
10
volumes:
11
- /sys/fs/cgroup:/sys/fs/cgroup:rw
0 commit comments