„chromium.yml“ ändern
This commit is contained in:
parent
de239698e8
commit
871351efd4
@ -6,7 +6,12 @@
|
|||||||
# apt:
|
# apt:
|
||||||
# name:
|
# name:
|
||||||
# - chromium-browser
|
# - chromium-browser
|
||||||
|
|
||||||
|
- name: Install Flatpaks
|
||||||
|
community.general.flatpak:
|
||||||
|
name:
|
||||||
|
- com.github.Eloston.UngoogledChromium
|
||||||
|
|
||||||
- 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: "{{ item }}"
|
path: "{{ item }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user