From 39c6f85f47bbf36e7ccc2bd9b3ab5b8ea2023a42 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 9 Feb 2023 20:46:38 +0200 Subject: [PATCH] fix loop --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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