splitting roles
This commit is contained in:
10
roles/go/tasks/main.yml
Normal file
10
roles/go/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: Install and configure GO
|
||||
tags: go
|
||||
become: true
|
||||
# become_user: "{{ default_user }}"
|
||||
block:
|
||||
- name: Install and configure GO
|
||||
include_role:
|
||||
name: fubarhouse.golang
|
||||
vars:
|
||||
GOPATH: "{{ default_user_home }}/go"
|
||||
Reference in New Issue
Block a user