Skip to content

Commit

Permalink
needs to be dictionary here too
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 20, 2024
1 parent 395987f commit 3b0f6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/upgrade/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ platforms:
image: ${IMAGE:-"centos:7"}
command: /sbin/init
tmpfs:
- /run
- /tmp
"/run": "rw"
"/tmp": "rw"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro

Expand Down

0 comments on commit 3b0f6cc

Please sign in to comment.