From 1806d78cb204fee6da1bc9658ed9040ee9b26abe Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 12 Jun 2025 10:27:14 -0400 Subject: [PATCH] Increasing Ansible verbosity for troubleshooting. --- .gitea/workflows/pr-ansible-config-deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-ansible-config-deployment.yaml b/.gitea/workflows/pr-ansible-config-deployment.yaml index f3688723..81e450eb 100644 --- a/.gitea/workflows/pr-ansible-config-deployment.yaml +++ b/.gitea/workflows/pr-ansible-config-deployment.yaml @@ -6,6 +6,7 @@ on: - 'main' paths: - '**.j2' + - '**/pr-ansible-config-deployment.yaml' - 'ansible/**.yml' jobs: check-and-create-pr: @@ -104,7 +105,7 @@ jobs: playbook: ansible/docker_config_deploy.yml private_key: ${{ secrets.RINOA_ANSIBLE_PRIVATE_KEY }} vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }} - verbose: 0 + verbose: 3 - name: Gotify Notification uses: eikendev/gotify-action@master with: @@ -189,6 +190,7 @@ jobs: playbook: ansible/docker_config_deploy.yml private_key: ${{ secrets.RINOA_ANSIBLE_PRIVATE_KEY }} vault_password: ${{ secrets.ANSIBLE_VAULT_PASSWORD }} + verbose: 3 - name: Gotify Notification uses: eikendev/gotify-action@master with: