Skip to content

Commit

Permalink
ci: enable ansible verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Feb 11, 2025
1 parent f3d7ba5 commit 0420304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ jobs:
ARTIFACTS_DIR=${{ steps.set_vars.outputs.ARTIFACTS_DIR }};\
TEST_LOCAL_CHANGES=false;\
LINUXSYSTEMROLES_USER=${{ vars.LINUXSYSTEMROLES_USER }};\
ARTIFACTS_URL=${{ steps.set_vars.outputs.ARTIFACTS_URL }}"
ARTIFACTS_URL=${{ steps.set_vars.outputs.ARTIFACTS_URL }};\
LSR_ANSIBLE_VERBOSITY='-vvv'"
# Note that LINUXSYSTEMROLES_SSH_KEY must be single-line, TF doesn't read multi-line variables fine.
secrets: "LINUXSYSTEMROLES_DOMAIN=${{ secrets.LINUXSYSTEMROLES_DOMAIN }};\
LINUXSYSTEMROLES_SSH_KEY=${{ secrets.LINUXSYSTEMROLES_SSH_KEY }}"
Expand Down

0 comments on commit 0420304

Please sign in to comment.