Skip to content

Commit

Permalink
ci: use systemd attribute for molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Mar 14, 2024
1 parent 3e5d5d1 commit f163500
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ platforms:
pre_build_image: True
override_command: False
cgroupns_mode: host
tmpfs:
- /tmp
- /run
- /run/lock
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
environment:
Expand All @@ -32,10 +29,7 @@ platforms:
pre_build_image: True
override_command: False
cgroupns_mode: host
tmpfs:
- /tmp
- /run
- /run/lock
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
environment:
Expand Down

0 comments on commit f163500

Please sign in to comment.