Skip to content

Commit

Permalink
Add home back
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 27, 2023
1 parent eacbe2d commit 1d67df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-playbook.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=/tmp" \
--extra-vars "current_user=$$USER home_folder=$$HOME" \
-vv \
-i inventory.ini \
playbook.yml
Expand All @@ -35,7 +35,7 @@ jobs:
run: |
ansible-playbook \
--connection=local \
--extra-vars "current_user=$$USER home_folder=/tmp" \
--extra-vars "current_user=$$USER home_folder=$$HOME" \
-vv \
-i inventory.ini \
playbook.yml
Expand Down

0 comments on commit 1d67df3

Please sign in to comment.