Skip to content

Commit

Permalink
Update molecule.yml
Browse files Browse the repository at this point in the history
Workaround "Failed to create temporary directory" error.
  • Loading branch information
dometto authored Jun 26, 2024
1 parent 7cb5a05 commit c8f95fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ platforms: # Test on ubuntu focal and jammy by default
<<: *image_settings
provisioner:
name: ansible
config_options:
defaults:
remote_tmp: /tmp
playbooks:
converge: ../ext/molecule-src/converge.yml
prepare: ../ext/molecule-src/prepare.yml
Expand Down

0 comments on commit c8f95fe

Please sign in to comment.