Do not needlessly update pacman cache in fonts role.

This was causing an always-yellow step.
This commit is contained in:
Tom Alexander
2023-03-14 15:53:05 -04:00
parent 572c46e9e2
commit b0f98f1fdb

View File

@@ -1,5 +1,5 @@
- name: Install packages
pacman:
package:
name:
- adobe-source-code-pro-fonts
- adobe-source-sans-fonts
@@ -10,4 +10,3 @@
- noto-fonts-emoji
- noto-fonts-extra
state: present
update_cache: true