diff --git a/tasks/main.yml b/tasks/main.yml index 680aeda..c3fa8ab 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -10,7 +10,7 @@ - include_tasks: create-cert-standalone.yml with_items: "{{ certbot_certs }}" when: - - certbot_create_if_missing + - certbot_create_if_missing or certbot_force - certbot_create_method == 'standalone' loop_control: loop_var: cert_item