deb chromium
This commit is contained in:
parent
102260f6ef
commit
e8d56be643
18
chromium.yml
18
chromium.yml
@ -2,12 +2,12 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
# - name: Install Chromium
|
- name: Install Chromium
|
||||||
# apt:
|
apt:
|
||||||
# name:
|
name:
|
||||||
# - chromium-browser
|
- chromium
|
||||||
|
|
||||||
- name: Install Flatpaks
|
- name: Install Ungoogled Chromium Flatpak
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name:
|
name:
|
||||||
- io.github.ungoogled_software.ungoogled_chromium
|
- io.github.ungoogled_software.ungoogled_chromium
|
||||||
@ -22,8 +22,8 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- "/etc/chromium/policies/managed"
|
- "/etc/chromium/policies/managed"
|
||||||
- "/etc/chromium/policies/recommended"
|
- "/etc/chromium/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/managed"
|
||||||
- "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/recommended"
|
# - "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/recommended"
|
||||||
|
|
||||||
- name: Chromium managed policy
|
- name: Chromium managed policy
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
@ -36,7 +36,7 @@
|
|||||||
backup: yes
|
backup: yes
|
||||||
with_items:
|
with_items:
|
||||||
- "/etc/chromium/policies/managed/chrome.json"
|
- "/etc/chromium/policies/managed/chrome.json"
|
||||||
- "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/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
|
- name: Chromium recommended policy
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
@ -49,5 +49,5 @@
|
|||||||
backup: yes
|
backup: yes
|
||||||
with_items:
|
with_items:
|
||||||
- "/etc/chromium/policies/recommended/chrome.json"
|
- "/etc/chromium/policies/recommended/chrome.json"
|
||||||
- "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/recommended/chrome.json"
|
# - "/var/lib/flatpak/app/io.github.ungoogled_software.ungoogled_chromium/current/active/files/chromium/policies/recommended/chrome.json"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user