This commit is contained in:
DeveloperDurp 2025-09-27 08:33:38 -05:00
parent f5c82d1749
commit 221669814f

View file

@ -3,7 +3,6 @@
shell: "go install {{ item }}" shell: "go install {{ item }}"
with_items: "{{ go_apps }}" with_items: "{{ go_apps }}"
when: go_apps is defined when: go_apps is defined
#- name: Build Bat Cache
- name: Build Bat Cache # become_user: "{{ USER }}"
become_user: "{{ USER }}" # shell: "bat cache --build"
shell: "bat cache --build"