update
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user