From e9e142bd3e968e05c36cd22d54da59c98333679a Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 11 Jun 2025 20:46:28 -0400 Subject: [PATCH] Pipeline mods. --- .gitea/workflows/pr-ansible-config-deployment.yaml | 4 ++-- .gitea/workflows/vault-auto-unseal-flow.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pr-ansible-config-deployment.yaml b/.gitea/workflows/pr-ansible-config-deployment.yaml index 2c51c7c7..ae62c303 100644 --- a/.gitea/workflows/pr-ansible-config-deployment.yaml +++ b/.gitea/workflows/pr-ansible-config-deployment.yaml @@ -58,7 +58,7 @@ jobs: notification_title: 'GITEA: PR Check' notification_message: 'PR Created 🎟️' ansible-linting: - name: Docker Compose & Ansible Lints + name: Ansible Lints needs: [check-and-create-pr] runs-on: ubuntu-latest env: @@ -81,7 +81,7 @@ jobs: - name: Install Ansible uses: alex-oleshkevich/setup-ansible@v1.0.1 with: - version: "11.0.0" + version: "11.4.0" - name: Install Vault uses: cpanato/vault-installer@main - name: Install hvac diff --git a/.gitea/workflows/vault-auto-unseal-flow.yml b/.gitea/workflows/vault-auto-unseal-flow.yml index c67eabd8..1f00f1d1 100644 --- a/.gitea/workflows/vault-auto-unseal-flow.yml +++ b/.gitea/workflows/vault-auto-unseal-flow.yml @@ -1,5 +1,6 @@ name: Auto-Unseal for Vault on: + workflow_dispatch: schedule: - cron: "30 2 * * *" jobs: