mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
disable cron when installing from Debian distro
Debian certbot package provides a systemd timer for certificate auto renewal
This commit is contained in:
parent
b96acd79ec
commit
2df085a19f
@ -19,4 +19,5 @@
|
||||
loop_var: cert_item
|
||||
|
||||
- import_tasks: renew-cron.yml
|
||||
when: certbot_auto_renew
|
||||
when: certbot_auto_renew and not (ansible_os_family == 'Debian' and
|
||||
certbot_install_method == 'package')
|
||||
|
Loading…
x
Reference in New Issue
Block a user