add comment

This commit is contained in:
Antonio J. Delgado 2023-02-09 20:48:58 +02:00
parent d5033c2258
commit 54b7833092

View file

@ -21,6 +21,6 @@
when: not item.stat.exists when: not item.stat.exists
loop: "{{ certificate_folder.results }}" loop: "{{ certificate_folder.results }}"
- name: Ensure certificate is created - name: Ensure certificate is created if needed
include_tasks: configure_certificate.yml include_tasks: configure_certificate.yml
when: need_certificate when: need_certificate