new flatpak app id

This commit is contained in:
olli 2024-09-17 09:47:15 +02:00
parent 9de8e0bb7e
commit 102260f6ef

View File

@ -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"
- "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/recommended/chrome.json"