Skip to content

Commit

Permalink
Fix molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Mar 12, 2024
1 parent 02540e9 commit 83ba90a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -21,8 +21,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -33,8 +33,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -45,8 +45,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -57,8 +57,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -69,8 +69,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -81,8 +81,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -93,8 +93,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -105,8 +105,8 @@ platforms:
pre_build_image: true
systemd: true
tmpfs:
- /run
- /tmp
"/tmp": "rw,exec,mode=1777"
"/run": "rw,noexec,nosuid,nodev"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand Down

0 comments on commit 83ba90a

Please sign in to comment.