From da923541751a53e19dba7f9e5dd6dc5fca9255b2 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 10 Jun 2025 09:38:50 -0400 Subject: [PATCH] Ansible config pipeline tweak. --- .gitea/workflows/pr-ansible-config-deployment.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pr-ansible-config-deployment.yaml b/.gitea/workflows/pr-ansible-config-deployment.yaml index 25f4e2ac..d79b3345 100644 --- a/.gitea/workflows/pr-ansible-config-deployment.yaml +++ b/.gitea/workflows/pr-ansible-config-deployment.yaml @@ -1,5 +1,6 @@ name: Gitea Branch PR & Ansible Deployment on: + workflow_dispatch: push: branches-ignore: - 'main' @@ -139,8 +140,8 @@ jobs: gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}' notification_title: 'GITEA: PR Merge Successful' notification_message: 'PR #${{ steps.pr_merge.outputs.pr_index }} merged.' - ansible-config-docker-compose-deploy: - name: Ansible Configs & Docker Compose Deployment + ansible-config-deploy: + name: Ansible Config Deployment runs-on: ubuntu-latest needs: [pr-merge] env: @@ -173,7 +174,7 @@ jobs: gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}' notification_title: 'GITEA: Ansible Config Deployment @ Rinoa' notification_message: 'Starting config deployment with Ansible...' - - name: Ansible Playbook Dry Run + - name: Ansible Playbook Config Deploy uses: arillso/action.playbook@0.1.0 with: check: false