parent
3fb8f092fb
commit
3da65983bd
|
@ -13,7 +13,7 @@
|
|||
|
||||
- name: SET_FACT | Assign var with certificates to create
|
||||
set_fact:
|
||||
acme_create: "{{ acme_create | default([]) }}"
|
||||
acme_create: "{{ acme_create | default([]) + [ (item.item) ] }}"
|
||||
with_items: "{{ acme_installed_certs.results }}"
|
||||
when: item.skipped is not defined and not item.stat.exists
|
||||
|
||||
|
|
Loading…
Reference in New Issue