add inventory to workflow
This commit is contained in:
parent
8b18b15aaa
commit
94be48e874
1 changed files with 1 additions and 1 deletions
|
@ -87,5 +87,5 @@ jobs:
|
|||
|
||||
- name: Run the selected playbook
|
||||
run: |
|
||||
ansible-playbook ./ansible/playbooks/${{ github.event.inputs.playbook }} \
|
||||
ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/${{ github.event.inputs.playbook }} \
|
||||
--extra-vars "bw_access_token=${{ secrets.BW_ACCESS_TOKEN }}"
|
||||
|
|
Loading…
Reference in a new issue