Skip to content

Commit 7bc81d8

Browse files
committedDec 6, 2024
fix cd
1 parent 8acba4e commit 7bc81d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Run Ansible Playbook
148148
uses: docker://mafyuh/ansible-bws:v1.0.4
149149
with:
150-
args: ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/deploy-docker.yml --extra-vars "target_host=${{ env.target_host }} folder=${{ env.folder }}"
150+
args: ansible-playbook -i ansible/hosts.ini ./ansible/playbooks/deploy-docker.yml -vvvv --extra-vars "target_host=${{ env.target_host }} folder=${{ env.folder }}"
151151
env:
152152
BWS_ACCESS_TOKEN: ${{ secrets.BWS_ACCESS_TOKEN }}
153153
ANSIBLE_CONFIG: ansible/ansible.cfg

0 commit comments

Comments
 (0)
Please sign in to comment.