This commit is contained in:
Antonio J. Delgado 2023-02-09 20:46:38 +02:00
parent 6a69e7f683
commit 39c6f85f47

View file

@ -15,7 +15,7 @@
set_fact: set_fact:
need_certificate: true need_certificate: true
when: not item.stat.exists when: not item.stat.exists
loop: "{{ certificate_folder }}" loop: "{{ certificate_folder.results }}"
- name: Ensure certificate is created - name: Ensure certificate is created
include_tasks: configure_certificate.yml include_tasks: configure_certificate.yml