summaryrefslogtreecommitdiff
path: root/roles/nginx/vhost
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-12-22 13:01:30 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-12-22 13:01:30 +0100
commit18e0446c9c545f396d7737b406e6e207748e7926 (patch)
treef3f07876c819a4fb9845c6a098adfa9553ed7819 /roles/nginx/vhost
parentadd prometheus snmp exporter (diff)
move acmetool to new x509 subdir
Diffstat (limited to 'roles/nginx/vhost')
-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 21ab8695..8a6cddb7 100644
--- a/roles/nginx/vhost/tasks/acme.yml
+++ b/roles/nginx/vhost/tasks/acme.yml
@@ -38,7 +38,7 @@
- name: get certificate using acmetool
import_role:
- name: acmetool/cert
+ name: x509/acmetool/cert
vars:
acmetool_cert_name: "{{ nginx_vhost.name }}"
acmetool_cert_hostnames: "{{ nginx_vhost.hostnames }}"