add loop control

This commit is contained in:
Robert Kaussow 2018-06-22 21:45:25 +02:00
parent 5779c8e383
commit 243648c961

View File

@ -19,6 +19,8 @@
state: directory state: directory
mode: "{{ item.mode }}" mode: "{{ item.mode }}"
with_items: "{{ certbot_environment }}" with_items: "{{ certbot_environment }}"
loop_control:
label: "{{ item.name }}"
- name: Deploy config file - name: Deploy config file
template: template: