summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-23 14:27:02 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-23 14:27:02 +0200
commita2e2384a017da13a594bf23d1a8c4ed9257721a9 (patch)
tree6acdbac858405630f3cc91a74955495139e072f1 /roles
parentcosmetic change (diff)
name acmetool cert after nginx vhost
Diffstat (limited to 'roles')
-rw-r--r--roles/nginx/vhost/tasks/acme.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nginx/vhost/tasks/acme.yml b/roles/nginx/vhost/tasks/acme.yml
index 99ad7856..1044adb9 100644
--- a/roles/nginx/vhost/tasks/acme.yml
+++ b/roles/nginx/vhost/tasks/acme.yml
@@ -40,5 +40,5 @@
import_role:
name: acmetool/cert
vars:
- acmetool_cert_name: "{{ nginx_vhost.hostnames[0] }}"
+ acmetool_cert_name: "{{ nginx_vhost.name }}"
acmetool_cert_hostnames: "{{ nginx_vhost.hostnames }}"