Skip to content

Commit

Permalink
add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 20, 2024
1 parent c1890b3 commit a351aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-configure-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
JUMPHOST_IP: ${{ secrets.JUMPHOST_IP }}
RUNNER_HOST_IP: ${{ secrets.RUNNER_HOST_IP }}
SSH_KEY: ${{ secrets.SSH_KEY }}

REGISTRY: ${{ secrets.REGISTRY_PRIVATE_ENDPOINT }}
ACR_USERNAME: ${{ secrets.ACR_USERNAME }}
Expand All @@ -26,7 +27,6 @@ jobs:
ACR_RUNNER_IMAGE_NAME: ${{ vars.ACR_RUNNER_IMAGE_NAME }}

ANSIBLE_VERSION: 2.17.4
AZURE_VM_SSH_KEY: ${{ secrets.AZURE_VM_SSH_KEY }}

steps:
- name: Checkout Repository
Expand Down

0 comments on commit a351aa7

Please sign in to comment.