Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Feb 11, 2025
1 parent 05feb62 commit 1623443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
TEST_LOCAL_CHANGES=false;\
LINUXSYSTEMROLES_USER=${{ vars.LINUXSYSTEMROLES_USER }};\
ARTIFACTS_URL=${{ steps.set_vars.outputs.ARTIFACTS_URL }};\
LSR_ANSIBLE_VERBOSITY='-vvv';"
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
2 changes: 1 addition & 1 deletion tests/tasks/setup_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
- name: Debug
shell: |
set -euo pipefail
/usr/bin/env | grep -v LINUXSYSTEMROLES_SSH_KEY
/usr/bin/env -u LINUXSYSTEMROLES_SSH_KEY
delegate_to: localhost

# - name: See if collection exists
Expand Down

0 comments on commit 1623443

Please sign in to comment.