mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Do not remove cron job for certbot renewal.
This commit is contained in:
parent
100738c1a5
commit
881c27c5da
@ -8,10 +8,6 @@
|
||||
user: "{{ certbot_auto_renew_user }}"
|
||||
|
||||
- block:
|
||||
- name: Remove cron job for certbot renewal.
|
||||
cron:
|
||||
name: Certbot automatic renewal.
|
||||
state: absent
|
||||
- name: Configure renewal hooks to stop services
|
||||
copy:
|
||||
dest: /etc/letsencrypt/renewal-hooks/pre/stop_services
|
||||
|
Loading…
x
Reference in New Issue
Block a user