diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-01 16:54:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-01 17:31:35 +0200 |
| commit | 17c8e8198486d22ab3de510c984d96313475fe24 (patch) | |
| tree | ae1a2b967860be1357773c25dc934ed1c2b349d4 /roles/font/tasks/install-archlinux.yml | |
| parent | 5a7d58027f6e57cba6ce633fb291662f45c30bd4 (diff) | |
Replace AUR font package installing with google fonts via gstatic
Diffstat (limited to 'roles/font/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/font/tasks/install-archlinux.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/font/tasks/install-archlinux.yml b/roles/font/tasks/install-archlinux.yml deleted file mode 100644 index ee44f05a..00000000 --- a/roles/font/tasks/install-archlinux.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -- name: "Ensure AUR fonts are installed" - become: true - become_user: "aur_builder" - kewlfft.aur.aur: - name: "{{ item }}" - state: "present" - use: "yay" - loop: "{{ font_aur_packages }}" |
