diff --git a/tasks/main.yml b/tasks/main.yml index 52aa6af..f3922fa 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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')