„chromium.yml“ ändern
This commit is contained in:
parent
3f72152c48
commit
425230a235
12
chromium.yml
12
chromium.yml
@ -2,6 +2,12 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: Create a directory if it does not exist
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/managed
|
||||||
|
state: directory
|
||||||
|
mode: '0755'
|
||||||
|
|
||||||
- name: Chromium managed policy
|
- name: Chromium managed policy
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: chromium-managed.json
|
src: chromium-managed.json
|
||||||
@ -12,6 +18,12 @@
|
|||||||
follow: yes
|
follow: yes
|
||||||
backup: yes
|
backup: yes
|
||||||
|
|
||||||
|
- name: Create a directory if it does not exist
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/recommended
|
||||||
|
state: directory
|
||||||
|
mode: '0755'
|
||||||
|
|
||||||
- name: Chromium recommended policy
|
- name: Chromium recommended policy
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: chromium-recommended.json
|
src: chromium-recommended.json
|
||||||
|
Loading…
Reference in New Issue
Block a user