Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 1, 2022
1 parent 7cfb3d2 commit ce8c149
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2004}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
Expand All @@ -14,7 +14,5 @@ platforms:
cgroupns_mode: host
provisioner:
name: ansible
env:
container: docker
verifier:
name: ansible

0 comments on commit ce8c149

Please sign in to comment.