Skip to content

Commit 5a6dde4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecule/test1/molecule.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)