Skip to content

Commit

Permalink
systemd-no-overrides molecule: extend inventory definition
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Oct 7, 2024
1 parent ec8d36e commit 87b8b7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions molecule/systemd-no-overrides/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,23 @@ platforms:
- name: debian-10
groups: ["pdns"]
image: debian:10
privileged: True
volume_mounts:
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
tmpfs:
- /run
- /run/lock
- /tmp
dockerfile_tpl: debian-systemd
environment: { container: docker }


- name: ubuntu-2004
groups: ["pdns"]
image: ubuntu:20.04
tmpfs:
- /run
- /tmp
dockerfile_tpl: debian-systemd

provisioner:
Expand Down

0 comments on commit 87b8b7a

Please sign in to comment.