diff --git a/tasks/main.yml b/tasks/main.yml index 415a320..b1cf18c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -15,7 +15,7 @@ set_fact: need_certificate: true when: not item.stat.exists - loop: "{{ certificate_folder }}" + loop: "{{ certificate_folder.results }}" - name: Ensure certificate is created include_tasks: configure_certificate.yml