fix loop
This commit is contained in:
parent
6a69e7f683
commit
39c6f85f47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue