mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-16 00:47:29 +02:00
7 lines
233 B
YAML
7 lines
233 B
YAML
---
|
|
- name: "restart srv-proxy-6-6-tls-deploy service"
|
|
systemd:
|
|
name: srv-proxy-6-6-tls-deploy.{{ application_id }}{{ SYS_SERVICE_SUFFIX }}
|
|
state: restarted
|
|
enabled: yes
|
|
daemon_reload: yes |