mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
7 lines
231 B
YAML
7 lines
231 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 |