„chromium.yml“ ändern
This commit is contained in:
parent
425230a235
commit
1a1f831c9c
36
chromium.yml
36
chromium.yml
@ -8,15 +8,15 @@
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- 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'
|
||||
follow: yes
|
||||
backup: yes
|
||||
- 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'
|
||||
follow: yes
|
||||
backup: yes
|
||||
|
||||
- name: Create a directory if it does not exist
|
||||
ansible.builtin.file:
|
||||
@ -24,12 +24,12 @@
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- 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'
|
||||
follow: yes
|
||||
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'
|
||||
follow: yes
|
||||
backup: yes
|
Loading…
Reference in New Issue
Block a user