diff --git a/ansible/scripts/install_goapps.yml b/ansible/scripts/install_goapps.yml index e743238..034d26b 100644 --- a/ansible/scripts/install_goapps.yml +++ b/ansible/scripts/install_goapps.yml @@ -2,8 +2,7 @@ become_user: "{{ USER }}" shell: "go install {{ item }}" with_items: "{{ go_apps }}" - when: go_apps is defined - -- name: Build Bat Cache - become_user: "{{ USER }}" - shell: "bat cache --build" + when: go_apps is defined +#- name: Build Bat Cache +# become_user: "{{ USER }}" +# shell: "bat cache --build"