feat(packages): Move font packages to group var
This commit is contained in:
parent
e226be23e9
commit
7fa1fd38a1
2 changed files with 6 additions and 4 deletions
|
@ -13,6 +13,11 @@ interface:
|
||||||
hosts:
|
hosts:
|
||||||
void:
|
void:
|
||||||
vars:
|
vars:
|
||||||
|
packages_fonts:
|
||||||
|
- nerd-fonts-otf
|
||||||
|
- noto-fonts-ttf
|
||||||
|
- noto-fonts-cjk
|
||||||
|
- noto-fonts-emoji
|
||||||
packages_de:
|
packages_de:
|
||||||
- bemenu
|
- bemenu
|
||||||
- pinentry-bemenu
|
- pinentry-bemenu
|
||||||
|
|
|
@ -21,11 +21,8 @@
|
||||||
|
|
||||||
- name: Install many fonts
|
- name: Install many fonts
|
||||||
community.general.xbps:
|
community.general.xbps:
|
||||||
name:
|
|
||||||
- nerd-fonts-otf
|
|
||||||
- noto-fonts-ttf
|
|
||||||
- noto-fonts-cjk
|
|
||||||
state: present
|
state: present
|
||||||
|
name: "{{ packages_fonts }}"
|
||||||
notify: installed-fonts
|
notify: installed-fonts
|
||||||
|
|
||||||
- name: Install base custom stuff
|
- name: Install base custom stuff
|
||||||
|
|
Loading…
Reference in a new issue