Skip to content

Commit

Permalink
fix tmpfs mount definitions for latest molecule-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Feb 20, 2024
1 parent 338664f commit ab09f18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions molecule/test1/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ platforms:
- testohpc_login
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
tmpfs:
- /run
- /tmp
/run:
/tmp:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
network: net1
Expand All @@ -21,8 +21,8 @@ platforms:
- testohpc_compute
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
tmpfs:
- /run
- /tmp
/run:
/tmp:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
network: net1
Expand All @@ -33,8 +33,8 @@ platforms:
- testohpc_compute
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
tmpfs:
- /run
- /tmp
/run:
/tmp:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
network: net1
Expand Down

0 comments on commit ab09f18

Please sign in to comment.