update
This commit is contained in:
parent
5901141cc3
commit
bb7e857c3b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
- name: Installing Go apps
|
||||
become_user: user
|
||||
become_user: "{{ USER }}"
|
||||
shell: "go install {{ item }}"
|
||||
with_items: "{{ go_apps }}"
|
||||
when: go_apps is defined
|
||||
|
||||
- name: Build Bat Cache
|
||||
become_user: user
|
||||
become_user: "{{ USER }}"
|
||||
shell: "bat cache --build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue