Fix
This commit is contained in:
parent
894837c274
commit
5694e6bd95
|
@ -19,11 +19,19 @@
|
|||
- 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
|
||||
|
||||
- name: Install wezterm
|
||||
become: yes
|
||||
community.general.flatpak:
|
||||
name: org.wezfurlong.wezterm
|
||||
state: present
|
||||
method: user
|
||||
|
||||
- name: Copy config files
|
||||
copy:
|
||||
|
|
Loading…
Reference in a new issue