Skip to content

Commit

Permalink
#14 debug ansible vault
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Oct 19, 2024
1 parent 2cff40e commit 378db4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vpn-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cd src/vpn
echo Creating ANSIBLE_VAULT_PASSWORD_FILE
TMPFILE=$(mktemp)
trap "rm -f ${TMPFILE@Q}" EXIT
#trap "rm -f ${TMPFILE@Q}" EXIT
echo -n "${{ env.ansible_vault_password }}" > $TMPFILE
export ANSIBLE_VAULT_PASSWORD_FILE=$TMPFILE
Expand Down

0 comments on commit 378db4d

Please sign in to comment.