Skip to content

Commit

Permalink
fix: ubuntu 22.04 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jseniuk committed May 31, 2024
1 parent b0576e7 commit d8e6835
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ driver:
platforms:
- name: instance
image: ${MOLECULE_DOCKER_IMAGE:-'geerlingguy/docker-ubuntu1804-ansible:latest'}
command: ${MOLECULE_DOCKER_COMMAND:-""}
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6#issuecomment-1582716851
cgroupns_mode: host
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
# instance_raw_config_args:
Expand Down

0 comments on commit d8e6835

Please sign in to comment.