update
This commit is contained in:
parent
ac80926ff3
commit
32b72bde04
4 changed files with 26 additions and 0 deletions
5
ansible/scripts/install_goapps.yml
Normal file
5
ansible/scripts/install_goapps.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- name: Installing Go apps
|
||||
become_user: user
|
||||
shell: "go install {{ item }}"
|
||||
with_items: "{{ go_apps }}"
|
||||
when: go_apps is defined
|
||||
Loading…
Add table
Add a link
Reference in a new issue