talas-group/04_INFRA_DEPLOIEMENT/Ansible/roles/sqlpage/handlers/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

10 lines
252 B
YAML

---
# file: roles/sqlpage/handlers/main.yml
- name: "restart sqlpage@"
ansible.builtin.systemd_service:
name: "sqlpage@{{ item.item['name'] }}.service"
state: restarted
enabled: true
when: item.changed
loop: "{{ combined_results }}"