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>
26 lines
593 B
YAML
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
|