update
This commit is contained in:
parent
1110cf573c
commit
0e46b7c6be
32 changed files with 799 additions and 0 deletions
9
ansible/scripts/install_goapps.yml
Normal file
9
ansible/scripts/install_goapps.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- name: Installing Go apps
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue