Skip to content

Commit

Permalink
Change home folder to /tmp on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 27, 2023
1 parent 75a4e8d commit 331851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/running-on-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
ansible-playbook \
--connection=local \
--extra-vars "current_user=$$USER home_folder=$$HOME" \
--extra-vars "current_user=$$USER home_folder=/tmp" \
-vv \
-i inventory.ini \
playbook.yml
Expand Down

0 comments on commit 331851f

Please sign in to comment.