define acme_config variable

This commit is contained in:
HgO
2020-12-25 19:52:24 +01:00
parent 00c6bfd41a
commit 6ddabfda41
2 changed files with 18 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
- name: Install Self-Signed certificates
include_tasks: self_signed.yml
loop: "{{ acme_domains | unique }}"
loop: "{{ acme_domains | list }}"
loop_control:
loop_var: domain_name
when: not acme_enabled