„chromium.yml“ ändern
This commit is contained in:
parent
244fdc9c4c
commit
6cc149697e
22
chromium.yml
22
chromium.yml
@ -1 +1,21 @@
|
|||||||
x
|
- name: Chromium setup
|
||||||
|
hosts: all
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- name: Chromium managed policy
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: chromium-managed.json
|
||||||
|
dest: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/managed/chrome.json
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0444'
|
||||||
|
backup: yes
|
||||||
|
|
||||||
|
- name: Chromium recommended policy
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: chromium-recommended.json
|
||||||
|
dest: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/recommended/chrome.json
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0444'
|
||||||
|
backup: yes
|
Loading…
Reference in New Issue
Block a user