Skip to content

Commit

Permalink
enable Ansible verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Feb 11, 2025
1 parent a2f076c commit d8104ef
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 d8104ef

Please sign in to comment.