Skip to content

Commit 2fc6f18

Browse files
committed
misc
1 parent f202a41 commit 2fc6f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run Ansible Playbook
5151
run: |
5252
ansible-playbook infrastructure/server-setup/playbook-k8s.yml \
53-
-i infrastructure/server-setup/inventory/e2e-test.yml \
53+
-i infrastructure/server-setup/inventory/e2e.yml \
5454
${{ inputs.tags != 'all' && format('--tags={0}', inputs.tags) || ''}} \
5555
--private-key /tmp/id_rsa \
5656
--extra-vars="ansible_user=provision"

0 commit comments

Comments
 (0)