„chromium.yml“ ändern

This commit is contained in:
olli 2022-07-14 09:35:12 +02:00
parent 425230a235
commit 1a1f831c9c

View File

@ -8,15 +8,15 @@
state: directory state: directory
mode: '0755' mode: '0755'
- name: Chromium managed policy - name: Chromium managed policy
ansible.builtin.copy: ansible.builtin.copy:
src: chromium-managed.json src: chromium-managed.json
dest: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/managed/chrome.json dest: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/managed/chrome.json
owner: root owner: root
group: root group: root
mode: '0444' mode: '0444'
follow: yes follow: yes
backup: yes backup: yes
- name: Create a directory if it does not exist - name: Create a directory if it does not exist
ansible.builtin.file: ansible.builtin.file:
@ -24,12 +24,12 @@
state: directory state: directory
mode: '0755' mode: '0755'
- name: Chromium recommended policy - name: Chromium recommended policy
ansible.builtin.copy: ansible.builtin.copy:
src: chromium-recommended.json src: chromium-recommended.json
dest: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/recommended/chrome.json dest: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/recommended/chrome.json
owner: root owner: root
group: root group: root
mode: '0444' mode: '0444'
follow: yes follow: yes
backup: yes backup: yes