11 lines
242 B
YAML
11 lines
242 B
YAML
---
|
|
# 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
|