Skip to content
Snippets Groups Projects
Commit 34eeedb5 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

caddy: Set loop labels for better overview

parent 38c6dd58
No related branches found
No related tags found
1 merge request!52Draft: Add role for Caddy web server
......@@ -44,6 +44,8 @@
group: root
mode: "0644"
loop: "{{ caddy_local_sites | dict2items }}"
loop_control:
label: "{{ item.key }}"
vars:
site_name: "{{ item.key }}"
site_config: "{{ item.value }}"
......@@ -62,6 +64,8 @@
group: root
mode: "0644"
loop: "{{ caddy_local_config | dict2items }}"
loop_control:
label: "{{ item.key }}"
vars:
config: "{{ item.value }}"
notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment