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