Skip to content

Commit

Permalink
ci: turn off ansible verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Feb 13, 2025
1 parent cabf4fe commit e966022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +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 }};\
LSR_ANSIBLE_VERBOSITY='-vvv'"
ARTIFACTS_URL=${{ steps.set_vars.outputs.ARTIFACTS_URL }}"
# to increase ansible verbosity, add 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 e966022

Please sign in to comment.