Skip to content

Commit 7b26b5b

Browse files
committed
refactor:update go deploy config removing sudo gor go install
1 parent 3de1749 commit 7b26b5b

File tree

1 file changed

+1
-1
lines changed
  • test/deploy/linux/go/redhat/roles/configure/tasks

1 file changed

+1
-1
lines changed

test/deploy/linux/go/redhat/roles/configure/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
msg: Install go
44

55
- name: install go
6-
shell: sudo yum install go -y
6+
shell: yum install go -y
77
become: true
88

99
- name: Create templates directory

0 commit comments

Comments
 (0)