fix ssl config dir
This commit is contained in:
@@ -63,11 +63,10 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: "640"
|
||||
loop: "{{ domains }}"
|
||||
loop: "{{ (acme_domains.keys() | list) if acme_domains is mapping else acme_domains }}"
|
||||
loop_control:
|
||||
label: "{{ domain_name }}"
|
||||
vars:
|
||||
domains: (acme_domains.keys() | list) if acme_domains is mapping else acme_domains
|
||||
domain_name: "{{ item if item is string else item.name }}"
|
||||
domain: "{{ acme_domains[item] if item is string else item }}"
|
||||
tags: [acme_install, acme_config]
|
||||
|
||||
Reference in New Issue
Block a user