7 lines
221 B
YAML
Raw Normal View History

---
- name: "restart nginx-docker-cert-deploy.cymais.service"
systemd:
name: nginx-docker-cert-deploy.{{domain}}.cymais.service
state: restarted
enabled: yes
daemon_reload: yes