summaryrefslogtreecommitdiff
path: root/roles/nginx/vhost/tasks/acme.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx/vhost/tasks/acme.yml')
-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 }}"