1 parent 2031941 commit b2092cbCopy full SHA for b2092cb
1 file changed
.github/workflows/site-runner.test.yml
@@ -50,7 +50,7 @@ jobs:
50
SUCCESS: "Ansible inventory"
51
52
- name: Playbook
53
- run: docker compose exec operations ansible-playbook ${ANSIBLE_PLAYBOOK} --extra-vars operations_github_api_token=${RUNNER_GITHUB_TOKEN}
+ run: docker compose exec operations ansible-playbook ${ANSIBLE_PLAYBOOK} --extra-vars operations_github_api_token=${RUNNER_GITHUB_TOKEN} --extra-vars vars.ci.yml
54
55
- name: Set known hosts.
56
run: |
0 commit comments