mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 22:44:24 +02:00
7 lines
229 B
YAML
7 lines
229 B
YAML
---
|
|
- name: "restart srv-web-proxy-tls-deploy.cymais.service"
|
|
systemd:
|
|
name: srv-web-proxy-tls-deploy.{{application_id}}.cymais.service
|
|
state: restarted
|
|
enabled: yes
|
|
daemon_reload: yes |