Skip to content

Commit

Permalink
Revert "Remove tmpfs"
Browse files Browse the repository at this point in the history
This reverts commit 70f6eb4.
  • Loading branch information
Benjamin Cook committed Mar 17, 2024
1 parent 5aea1d0 commit aeb32ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions molecule/ci/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ platforms:
- name: ubuntu2204
image: docker.io/geerlingguy/docker-ubuntu2204-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
capabilities:
Expand All @@ -18,6 +21,9 @@ platforms:
- name: debian12
image: docker.io/geerlingguy/docker-debian12-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
capabilities:
Expand All @@ -27,6 +33,9 @@ platforms:
- name: fedora39
image: docker.io/geerlingguy/docker-fedora39-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
capabilities:
Expand All @@ -36,6 +45,9 @@ platforms:
- name: fedora38
image: docker.io/geerlingguy/docker-fedora38-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
capabilities:
Expand All @@ -45,6 +57,9 @@ platforms:
- name: centosstream9
image: ghcr.io/bcook254/docker-centosstream9-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
capabilities:
Expand Down

0 comments on commit aeb32ed

Please sign in to comment.