add loop control
This commit is contained in:
parent
5779c8e383
commit
243648c961
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user