From 18e0446c9c545f396d7737b406e6e207748e7926 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 22 Dec 2022 13:01:30 +0100 Subject: move acmetool to new x509 subdir --- roles/nginx/vhost/tasks/acme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/nginx/vhost') 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 }}" -- cgit v1.2.3