Skip to content

Commit 1940744

Browse files
author
Federico Ceratto
committed
Ensure certbot timer runs
1 parent 76640ad commit 1940744

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/roles/letsencrypt/tasks/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,9 @@
4646
--keep
4747
--post-hook '/usr/sbin/service nginx reload'
4848
49+
- name: Ensure certbot timer runs
50+
systemd:
51+
name: certbot.timer
52+
state: started
53+
enabled: yes
4954
...

0 commit comments

Comments
 (0)