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

5 lines
180 B
YAML
Raw Normal View History

2020-12-24 14:27:31 +01:00
- name: restart certbot service
service: name=certbot.service state=restarted enabled=yes
- name: restart certbot timer
service: name=certbot.timer state=restarted enabled=yes