acme.sh.role/handlers/main.yml

12 lines
242 B
YAML
Raw Normal View History

2024-09-17 00:45:38 +02:00
---
# handlers file for acme.sh
- name: Reload systemd daemon
ansible.builtin.systemd:
daemon_reload: true
- name: Restart acme_sh systemd timer
ansible.builtin.systemd:
name: acme_sh.timer
scope: system
state: restarted