first commit
This commit is contained in:
commit
cfe7db8716
8 changed files with 370 additions and 0 deletions
11
handlers/main.yml
Normal file
11
handlers/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue