Merge "Handle offline hosts in LE role"

This commit is contained in:
Zuul 2020-01-08 20:07:08 +00:00 committed by Gerrit Code Review
commit e0f44a7ea1

@ -4,7 +4,7 @@
- name: Build key list
set_fact:
acme_txt_keys: '{{ acme_txt_keys }} + {{ hostvars[item]["acme_txt_required"] }}'
acme_txt_keys: '{{ acme_txt_keys }} + {{ hostvars[item]["acme_txt_required"] | default([]) }}'
with_inventory_hostnames:
- letsencrypt:!disabled