Skip to content

Commit ab09f18

Browse files
committed
fix tmpfs mount definitions for latest molecule-plugins
1 parent 338664f commit ab09f18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

molecule/test1/molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_login
1010
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run:
13+
/tmp:
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -21,8 +21,8 @@ platforms:
2121
- testohpc_compute
2222
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
2323
tmpfs:
24-
- /run
25-
- /tmp
24+
/run:
25+
/tmp:
2626
volumes:
2727
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2828
network: net1
@@ -33,8 +33,8 @@ platforms:
3333
- testohpc_compute
3434
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
3535
tmpfs:
36-
- /run
37-
- /tmp
36+
/run:
37+
/tmp:
3838
volumes:
3939
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4040
network: net1

0 commit comments

Comments
 (0)