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

Merge branch 'archweb-certificate-fix' into 'master'

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

See merge request !404
parents b8718d59 00068111
No related branches found
No related tags found
1 merge request!404archweb: Fix incorrect "domains" variable for creating SSL certificate
Pipeline #7971 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