We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b18b15 commit 94be48eCopy full SHA for 94be48e
.forgejo/workflows/ansible-playbooks.yml
@@ -87,5 +87,5 @@ jobs:
87
88
- name: Run the selected playbook
89
run: |
90
- ansible-playbook ./ansible/playbooks/${{ github.event.inputs.playbook }} \
+ ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/${{ github.event.inputs.playbook }} \
91
--extra-vars "bw_access_token=${{ secrets.BW_ACCESS_TOKEN }}"
0 commit comments