„chromium.yml“ ändern
This commit is contained in:
parent
dbbf472cce
commit
31a9f8b391
@ -2,6 +2,11 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: Install Chromium
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- chromium-browser
|
||||||
|
|
||||||
- name: Create a directory if it does not exist
|
- name: Create a directory if it does not exist
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/managed
|
path: /var/lib/flatpak/app/com.github.Eloston.UngoogledChromium/x86_64/stable/active/files/chromium/policies/policies/managed
|
||||||
|
Loading…
Reference in New Issue
Block a user