Skip to content

Commit 29f769f

Browse files
authored
enable debug
1 parent da74b8f commit 29f769f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/galaxy_deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Publish to Galaxy
5151
run: |
52-
ansible-playbook build/galaxy_deploy.yml
52+
ansible-playbook build/galaxy_deploy.yml -vvv
5353
env:
5454
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
55-
APPD_RELEASE_VERSION: ${{ env.APPD_RELEASE_VERSION }}
55+
APPD_RELEASE_VERSION: ${{ env.APPD_RELEASE_VERSION }}

0 commit comments

Comments
 (0)