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: