fix(webadmin-user.yml): standardize variable names for local template directory references

This commit is contained in:
2026-07-29 18:03:07 +02:00
parent fea739f0e6
commit b5a4edc181
+3 -3
View File
@@ -190,7 +190,7 @@
owner: "{{ item.item.name }}"
group: "{{ item.item.name }}"
mode: "0644"
with_items: "{{ local_template_dir_webadmin.results }}"
with_items: "{{ common_local_template_dir_webadmin.results }}"
loop_control:
label: "{{ item.item.name }}"
when:
@@ -233,7 +233,7 @@
owner: "{{ item.item.name }}"
group: "{{ item.item.name }}"
mode: "0644"
with_items: "{{ local_template_dir_webadmin.results }}"
with_items: "{{ common_local_template_dir_webadmin.results }}"
loop_control:
label: "{{ item.item.name }}"
when:
@@ -254,7 +254,7 @@
owner: "{{ item.item.name }}"
group: "{{ item.item.name }}"
mode: "0644"
with_items: "{{ local_template_dir_webadmin.results }}"
with_items: "{{ common_local_template_dir_webadmin.results }}"
loop_control:
label: "{{ item.item.name }}"
when: