From 243648c961043a81af0ed7a3d654e3c5bfa38d62 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 22 Jun 2018 21:45:25 +0200 Subject: [PATCH] add loop control --- tasks/install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/install.yml b/tasks/install.yml index e3c43db..169061f 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -19,6 +19,8 @@ state: directory mode: "{{ item.mode }}" with_items: "{{ certbot_environment }}" + loop_control: + label: "{{ item.name }}" - name: Deploy config file template: