Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Fix molecule to run the correct Ubuntu 20.04 image (#82)
Browse files Browse the repository at this point in the history
In our molecule test for ubuntu20, we were actually running an ubuntu18
image by mistake. This fixes it so that we're running an Ubuntu 20 image
in the ubuntu20 test.
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/ansible-role-ustreamer/82"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>
  • Loading branch information
mtlynch authored Dec 5, 2022
1 parent a067105 commit 5b2e0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/legacy/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ platforms:
privileged: true
pre_build_image: true
- name: ubuntu20
image: geerlingguy/docker-ubuntu1804-ansible
image: geerlingguy/docker-ubuntu2004-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
Expand Down

0 comments on commit 5b2e0bd

Please sign in to comment.