„chromium.yml“ ändern

This commit is contained in:
olli 2022-07-25 14:37:55 +02:00
parent de239698e8
commit 871351efd4

View File

@ -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 }}"