define acme_config variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user