fix(webadmin-user.yml): standardize variable names for local template directory references
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user