Skip to content

Commit

Permalink
fix: tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jseniuk committed May 31, 2024
1 parent b14668d commit 415dde9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
pre_build_image: true
tmpfs:
- /tmp
provisioner:
name: ansible
config_options:
defaults:
verbosity: ${MOLECULE_VERBOSITY:-0}
remote_tmp: /tmp/.ansible-${USER}
remote_tmp: /tmp/.ansible

0 comments on commit 415dde9

Please sign in to comment.