too much copypaste

This commit is contained in:
Torma Kristóf 2022-05-04 19:20:27 +02:00
parent b9f37b2d5b
commit ef91be03ec

View File

@ -42,7 +42,7 @@
cmd: certbot certonly --non-interactive --agree-tos -m tormakristof@tormakristof.eu --nginx -d {{item.domain}} cmd: certbot certonly --non-interactive --agree-tos -m tormakristof@tormakristof.eu --nginx -d {{item.domain}}
with_items: "{{ static }}" with_items: "{{ static }}"
- name: Generate certificate for all static sites - name: Generate certificate for all redirect sites
command: command:
cmd: certbot certonly --non-interactive --agree-tos -m tormakristof@tormakristof.eu --nginx -d {{item.domain}} cmd: certbot certonly --non-interactive --agree-tos -m tormakristof@tormakristof.eu --nginx -d {{item.domain}}
with_items: "{{ redirect }}" with_items: "{{ redirect }}"