Skip to content

Commit

Permalink
Bump version of Molecule image
Browse files Browse the repository at this point in the history
  • Loading branch information
samdbmg committed Aug 11, 2024
1 parent 27145e2 commit f759d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ubuntu2004
MOLECULE_DISTRO: ubuntu2404
RUN_TYPE: ci
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
Expand Down
4 changes: 3 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms:
- /tmp
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /tmp/traefik_auth_proxy_molecule:/tmp/traefik_auth_proxy_molecule:rw
# CAUTION: This gives the test container access to your underlying system
# This is safe in CI because the VM is disposable, but be careful locally
Expand All @@ -26,6 +26,8 @@ platforms:
network_mode: host
etc_hosts:
mock-oidc: 127.0.0.1
cgroupns_mode: host
privileged: true
provisioner:
name: ansible
env:
Expand Down

0 comments on commit f759d8b

Please sign in to comment.