1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-06 11:21:37 +01:00
infrastructure/roles/buildbtw/handlers/main.yml
2025-12-24 04:53:50 +01:00

7 lines
262 B
YAML

- name: Restart buildbtw
systemd_service: name=buildbtw@{{ buildbtw_image_tag }} state=restarted daemon_reload=true
when: buildbtw_stage in ["staging", "production"]
- name: Restart webhook
systemd_service: name=webhook state=restarted daemon_reload=true