Pipeline mods.

This commit is contained in:
2025-06-11 20:46:28 -04:00
parent 31466f47b9
commit e9e142bd3e
2 changed files with 3 additions and 2 deletions
@@ -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
@@ -1,5 +1,6 @@
name: Auto-Unseal for Vault
on:
workflow_dispatch:
schedule:
- cron: "30 2 * * *"
jobs: