From 991cdd5a852442dc630c12b4eac7c074337c2e9d Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 12 Jun 2025 14:35:51 -0400 Subject: [PATCH] ... --- .gitea/workflows/pr-ansible-config-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pr-ansible-config-deployment.yaml b/.gitea/workflows/pr-ansible-config-deployment.yaml index 01e53e86..11b986c7 100644 --- a/.gitea/workflows/pr-ansible-config-deployment.yaml +++ b/.gitea/workflows/pr-ansible-config-deployment.yaml @@ -59,7 +59,7 @@ jobs: notification_title: 'GITEA: PR Check' notification_message: 'PR Created 🎟️' ansible-linting: - name: Ansible Lints + name: Ansible Lint needs: [check-and-create-pr] runs-on: ubuntu-latest env: @@ -103,7 +103,7 @@ jobs: options: | --check --inventory inventory/hosts.yml - --verbose + -v - name: Gotify Notification uses: eikendev/gotify-action@master with: