Fix misstake

This commit is contained in:
Dryusdan 2024-04-18 17:25:40 +02:00
parent 9c530a96a5
commit 5057cf527f

View file

@ -61,7 +61,7 @@
- use_froxlor
- name: "Generate let's encrypt certificate"
ansible.builtin.shell: "certbot certonly --non-interactive --standalone --http-01-port 63443 --email {{ hap_letsencrypt_email }} --agree-tos {% for domain in item.acl_domain %} -d {{ item }} {% endfor %} --expand --key-type ecdsa --elliptic-curve secp384r1;"
ansible.builtin.shell: "certbot certonly --non-interactive --standalone --http-01-port 63443 --email {{ hap_letsencrypt_email }} --agree-tos -d {{ item }} --expand --key-type ecdsa --elliptic-curve secp384r1;"
loop: "{{ domains }}"
when:
tags: