mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
9 lines
207 B
YAML
9 lines
207 B
YAML
---
|
|
- name: set font awesome to 6 if archlinux
|
|
set_fact:
|
|
font_icon:
|
|
- FontAwesome6FreeRegular
|
|
- FontAwesome6FreeSolid
|
|
- FontAwesome6Brands
|
|
when: ansible_distribution == 'Archlinux'
|