From 425230a235f82c37e2fb8c92d440f6b594a21b35 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 14 Jul 2022 09:34:05 +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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chromium.yml b/chromium.yml index 87baffc..42d3b1a 100644 --- a/chromium.yml +++ b/chromium.yml @@ -2,6 +2,12 @@ hosts: all 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 ansible.builtin.copy: src: chromium-managed.json @@ -12,6 +18,12 @@ follow: 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 ansible.builtin.copy: src: chromium-recommended.json