From 102260f6efc6dc1f0d414427277c47974a2d25ab Mon Sep 17 00:00:00 2001 From: olli <> Date: Tue, 17 Sep 2024 09:47:15 +0200 Subject: [PATCH] new flatpak app id --- chromium.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/chromium.yml b/chromium.yml index 2705a42..452870f 100644 --- a/chromium.yml +++ b/chromium.yml @@ -10,7 +10,7 @@ - name: Install Flatpaks community.general.flatpak: name: - - com.github.Eloston.UngoogledChromium + - io.github.ungoogled_software.ungoogled_chromium - name: Create a directory if it does not exist ansible.builtin.file: @@ -22,8 +22,8 @@ with_items: - "/etc/chromium/policies/managed" - "/etc/chromium/policies/recommended" - - "/var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/managed" - - "/var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/recommended" + - "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/managed" + - "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/recommended" - name: Chromium managed policy ansible.builtin.copy: @@ -36,7 +36,7 @@ backup: yes with_items: - "/etc/chromium/policies/managed/chrome.json" - - "/var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/managed/chrome.json" + - "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/managed/chrome.json" - name: Chromium recommended policy ansible.builtin.copy: @@ -49,4 +49,5 @@ backup: yes with_items: - "/etc/chromium/policies/recommended/chrome.json" - - "/var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/recommended/chrome.json" \ No newline at end of file + - "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/recommended/chrome.json" +