summaryrefslogtreecommitdiff
path: root/roles/acmetool/cert
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-27 21:43:00 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-27 21:43:00 +0200
commit0b894c83eca5c422c65b7ad836ea9492e7289c04 (patch)
tree2c21fbbc1702abe6d9bd8dc93014e500ee926251 /roles/acmetool/cert
parentadd ch-imap-proxy (diff)
enable acmetool for ch-imap-proxy
Diffstat (limited to 'roles/acmetool/cert')
-rw-r--r--roles/acmetool/cert/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
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