Skip to content

Commit 94be48e

Browse files
author
Mafyuh
committedJan 12, 2025
add inventory to workflow
1 parent 8b18b15 commit 94be48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.forgejo/workflows/ansible-playbooks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
8888
- name: Run the selected playbook
8989
run: |
90-
ansible-playbook ./ansible/playbooks/${{ github.event.inputs.playbook }} \
90+
ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/${{ github.event.inputs.playbook }} \
9191
--extra-vars "bw_access_token=${{ secrets.BW_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)
Please sign in to comment.