2022-02-15 11:34:33 +01:00
|
|
|
---
|
|
|
|
- name: set font awesome to 6 if archlinux
|
|
|
|
set_fact:
|
2022-02-22 11:09:19 +01:00
|
|
|
font_icon:
|
|
|
|
- FontAwesome6FreeRegular
|
|
|
|
- FontAwesome6FreeSolid
|
|
|
|
- FontAwesome6Brands
|
2022-02-15 11:34:33 +01:00
|
|
|
when: ansible_distribution == 'Archlinux'
|