Fake site + force IPv6

This commit is contained in:
Emilien Mantel
2018-03-22 20:30:10 +01:00
parent 19a85ca381
commit 3fb8f092fb
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
- name: SET_FACT | Assign var with certificates to create
set_fact:
acme_create: "{{ acme_create | default([]) + [ (item.item | combine({'listen': ([item.item.acme_port|default(80)]) }) ) ] }}"
acme_create: "{{ acme_create | default([]) }}"
with_items: "{{ acme_installed_certs.results }}"
when: item.skipped is not defined and not item.stat.exists