From 1a1f831c9c6f5d2283301d3cb43e1718433fed59 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 14 Jul 2022 09:35:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Echromium.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chromium.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/chromium.yml b/chromium.yml index 42d3b1a..9d8ca91 100644 --- a/chromium.yml +++ b/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 \ No newline at end of file + - 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 \ No newline at end of file