add comment
This commit is contained in:
parent
d5033c2258
commit
54b7833092
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue