fix config self-signed

master
HgO 2020-12-30 14:42:07 +01:00
parent b0b5d8c24a
commit b8e3d60767
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
- name: Install Self-Signed certificate for each domain
include_tasks: self_signed_domain.yml
loop: "{{ acme_config.domains }}"
loop: "{{ acme_domains }}"
loop_control:
loop_var: domain
label: "{{ domain.name }}"