From 0b894c83eca5c422c65b7ad836ea9492e7289c04 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 27 Aug 2020 21:43:00 +0200 Subject: enable acmetool for ch-imap-proxy --- roles/acmetool/cert/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/acmetool/cert/tasks') diff --git a/roles/acmetool/cert/tasks/main.yml b/roles/acmetool/cert/tasks/main.yml index b20e68bb..09980dad 100644 --- a/roles/acmetool/cert/tasks/main.yml +++ b/roles/acmetool/cert/tasks/main.yml @@ -1,10 +1,10 @@ --- - name: add acmetool desired file vars: - acmetool_desired: + acmetool_cert_satisfy: satisfy: names: "{{ acmetool_cert_hostnames | default([acmetool_cert_name]) }}" copy: - content: "{{ acmetool_desired | to_nice_yaml }}" + content: "{{ acmetool_cert_config | default({}) | combine(acmetool_cert_satisfy) | to_nice_yaml }}" dest: "/var/lib/acme/desired/{{ acmetool_cert_name }}" notify: reconcile acmetool -- cgit v1.2.3