mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 10:49:35 +02:00
This is a left-over from a rename a few months prior and I forgot this one.
7 lines
258 B
YAML
7 lines
258 B
YAML
- name: Restart buildbtw
|
|
systemd_service: name=buildbtw@{{ buildbtw_stage }} state=restarted daemon_reload=true
|
|
when: buildbtw_stage in ["staging", "production"]
|
|
|
|
- name: Restart webhook
|
|
systemd_service: name=webhook state=restarted daemon_reload=true
|