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

5 lines
180 B
YAML

- name: restart certbot service
service: name=certbot.service state=restarted enabled=yes
- name: restart certbot timer
service: name=certbot.timer state=restarted enabled=yes