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:
|
||||
void:
|
||||
vars:
|
||||
packages_fonts:
|
||||
- nerd-fonts-otf
|
||||
- noto-fonts-ttf
|
||||
- noto-fonts-cjk
|
||||
- noto-fonts-emoji
|
||||
packages_de:
|
||||
- bemenu
|
||||
- pinentry-bemenu
|
||||
|
|
|
@ -21,11 +21,8 @@
|
|||
|
||||
- name: Install many fonts
|
||||
community.general.xbps:
|
||||
name:
|
||||
- nerd-fonts-otf
|
||||
- noto-fonts-ttf
|
||||
- noto-fonts-cjk
|
||||
state: present
|
||||
name: "{{ packages_fonts }}"
|
||||
notify: installed-fonts
|
||||
|
||||
- name: Install base custom stuff
|
||||
|
|
Loading…
Reference in a new issue