„chromium.yml“ ändern
This commit is contained in:
parent
dbbf472cce
commit
31a9f8b391
@ -1,7 +1,12 @@
|
||||
- name: Chromium setup
|
||||
hosts: all
|
||||
tasks:
|
||||
|
||||
|
||||
- name: Install Chromium
|
||||
apt:
|
||||
name:
|
||||
- chromium-browser
|
||||
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user