mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
5 lines
180 B
YAML
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
|