add inventory to workflow

This commit is contained in:
Matt Reeves 2025-01-12 17:48:19 -05:00
parent 8b18b15aaa
commit 94be48e874

View file

@ -87,5 +87,5 @@ jobs:
- name: Run the selected playbook - name: Run the selected playbook
run: | 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 }}" --extra-vars "bw_access_token=${{ secrets.BW_ACCESS_TOKEN }}"