summaryrefslogtreecommitdiff
path: root/roles/x509/acmetool/cert/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/x509/acmetool/cert/tasks')
-rw-r--r--roles/x509/acmetool/cert/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/x509/acmetool/cert/tasks/main.yml b/roles/x509/acmetool/cert/tasks/main.yml
index e97aab84..09980dad 100644
--- a/roles/x509/acmetool/cert/tasks/main.yml
+++ b/roles/x509/acmetool/cert/tasks/main.yml
@@ -4,7 +4,7 @@
acmetool_cert_satisfy:
satisfy:
names: "{{ acmetool_cert_hostnames | default([acmetool_cert_name]) }}"
- ansible.builtin.copy:
+ copy:
content: "{{ acmetool_cert_config | default({}) | combine(acmetool_cert_satisfy) | to_nice_yaml }}"
dest: "/var/lib/acme/desired/{{ acmetool_cert_name }}"
notify: reconcile acmetool