Skip to content
Snippets Groups Projects
Commit 00068111 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

archweb: Fix incorrect "domains" variable for creating SSL certificate

Fixes: 316b8517 ("Add missing "create ssl cert" tasks")
parent b8718d59
No related branches found
No related tags found
No related merge requests found
Pipeline #7970 passed
......@@ -27,7 +27,7 @@
include_role:
name: certificate
vars:
domains: ["{{ [archweb_domain] + archweb_alternate_domains }}"]
domains: "{{ [archweb_domain] + archweb_alternate_domains }}"
- name: set up nginx
template: src=nginx.d.conf.j2 dest="{{ archweb_nginx_conf }}" owner=root group=root mode=644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment