From 221669814f7965bc99c7a3e0953b251d7597dc6d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 27 Sep 2025 08:33:38 -0500 Subject: [PATCH] update --- ansible/scripts/install_goapps.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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"