We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f202a41 commit 2fc6f18Copy full SHA for 2fc6f18
.github/workflows/provision.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Run Ansible Playbook
51
run: |
52
ansible-playbook infrastructure/server-setup/playbook-k8s.yml \
53
- -i infrastructure/server-setup/inventory/e2e-test.yml \
+ -i infrastructure/server-setup/inventory/e2e.yml \
54
${{ inputs.tags != 'all' && format('--tags={0}', inputs.tags) || ''}} \
55
--private-key /tmp/id_rsa \
56
--extra-vars="ansible_user=provision"
0 commit comments