Skip to content

Commit

Permalink
tmpfs needs to be a dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 20, 2024
1 parent 75a91fe commit 395987f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ platforms:
image: ${IMAGE:-"centos:7"}
command: /sbin/init
tmpfs:
- /run
- /tmp
"/run": "rw"
"/tmp": "rw"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: custom
image: ${IMAGE:-"centos:7"}
command: /sbin/init
tmpfs:
- /run
- /tmp
"/run": "rw"
"/tmp": "rw"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: oidc
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 395987f

Please sign in to comment.