Merge "letsencrypt: build txt record lists betterer"
This commit is contained in:
commit
c3d466ac34
@ -4,7 +4,7 @@
|
||||
|
||||
- name: Build key list
|
||||
set_fact:
|
||||
acme_txt_keys: '{{ acme_txt_keys }} + {{ hostvars[item]["acme_txt_required"] | default([]) }}'
|
||||
acme_txt_keys: '{{ acme_txt_keys + hostvars[item]["acme_txt_required"]|default([]) }}'
|
||||
with_inventory_hostnames:
|
||||
- letsencrypt:!disabled
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user