diff --git a/tasks/main.yml b/tasks/main.yml index 40420bf..df78795 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -37,7 +37,6 @@ - site_domain is defined - site_domain | length > 0 - dns_ip in host_ips - - not dns_check.changed - name: Use Let's Encrypt if specified ansible.builtin.include_tasks: "letsencrypt.yml"