This commit is contained in:
DeveloperDurp 2025-04-07 05:39:18 -05:00
parent 5901141cc3
commit bb7e857c3b

View file

@ -1,9 +1,9 @@
- name: Installing Go apps - name: Installing Go apps
become_user: user become_user: "{{ USER }}"
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"