Fix desktop-environment role

This commit is contained in:
Oliver Traber 2023-11-22 23:01:13 +01:00
parent d48ff80f07
commit c4357fa2e7
Signed by: Bluemedia
GPG key ID: C0674B105057136C

View file

@ -19,12 +19,22 @@
- fonts-font-awesome
- fonts-noto-color-emoji
- name: Add flathub remote to flatpak
become: yes
community.general.flatpak_remote:
name: flathub
state: present
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
method: user
- name: Install wezterm
become: yes
community.general.flatpak:
name: org.wezfurlong.wezterm
state: present
method: user
- name: Copy config files
src: {{ role_path }}/files/
dst: {{ ansible_env.HOME }}
copy:
src: "{{ role_path }}/files/"
dest: "{{ ansible_env.HOME }}"