letsencrypt: build txt record lists betterer
These list constructions look wrong, in hindsight I'm not really sure how it works. Ansible 6 seems to barf on it. Make this one evaluated statement. Change-Id: I2a5d4926221f758501f95a8689e4304f814f405f
This commit is contained in:
parent
fdb68ed81a
commit
ac55e08d05
@ -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…
Reference in New Issue
Block a user