computer-playbook/roles/native-certbot-nginx/handlers/main.yml

13 lines
260 B
YAML
Raw Normal View History

- name: "restart certbot service"
systemd:
name: certbot.service
state: restarted
enabled: yes
daemon_reload: yes
- name: "restart certbot timer"
systemd:
name: certbot.timer
state: restarted
enabled: yes
daemon_reload: yes