Skip to content

Commit

Permalink
Merge pull request #505 from konstruktoid/storetmp
Browse files Browse the repository at this point in the history
keep files due to unstable podman
  • Loading branch information
konstruktoid authored Jan 25, 2024
2 parents 7c88088 + 885c16b commit 710463e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- name: Run molecule
run: |
ANSIBLE_REMOTE_TMP="/var/tmp/${USER}/ansible" molecule test -s podman
ANSIBLE_KEEP_REMOTE_FILES=1 \
ANSIBLE_REMOTE_TMP="/var/tmp/${USER}/ansible" \
molecule test -s podman

0 comments on commit 710463e

Please sign in to comment.