Skip to content

Commit 32735d6

Browse files
author
Mafyuh
committedJan 12, 2025
fix ansible config path
1 parent 94be48e commit 32735d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.forgejo/workflows/ansible-playbooks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
ssh-add /root/.ssh/id_rsa
8787
8888
- name: Run the selected playbook
89+
env:
90+
BWS_ACCESS_TOKEN: ${{ secrets.BWS_ACCESS_TOKEN }}
91+
ANSIBLE_CONFIG: ansible/ansible.cfg
8992
run: |
9093
ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/${{ github.event.inputs.playbook }} \
9194
--extra-vars "bw_access_token=${{ secrets.BW_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)
Please sign in to comment.