kiosk/website: Fix var for chromium managed policies file

dehydrated
Felix Stupp 4 years ago
parent 7e2aef6d02
commit 9377c6f2ee
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -80,7 +80,7 @@
- name: Configure policies for chromium globally
copy:
content: "{{ chromium_policies | to_nice_json }}"
dest: "{{ chromium_policies_file }}"
dest: "{{ global_chromium_managed_policies_file }}"
owner: root
group: root
mode: u=rw,g=r,o=r

Loading…
Cancel
Save