talas-group/04_INFRA_DEPLOIEMENT/Ansible/roles/postgres-explain-visualizer/tasks/main.yml
senke 66471934af Initial commit: Talas Group project management & documentation
Knowledge base of ~80+ markdown files across 14 domains (00-13),
Logseq graph, hardware design files (KiCAD), infrastructure configs,
and talas-wiki static site.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 20:10:41 +02:00

26 lines
593 B
YAML

---
# file: roles/postgres-explain-visualizer/tasks/main.yml
- name: "secrets.yml"
include_tasks: secrets.yml
loop:
- pev_secret_key
loop_control:
loop_var: secret
tags: pev
- name: "check_install.yml"
import_tasks: check_install.yml
tags: pev
- name: "install.yml"
import_tasks: install.yml
when:
- pev_update_now or global_update_now or not pev_install_dir.stat.exists
- not pev_install_dir.stat.exists or pev_current_version != pev_needed_version
- not ansible_check_mode
tags: pev
- name: "configure.yml"
import_tasks: configure.yml
tags: pev