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