Skip to content

Commit e46206a

Browse files
Merge pull request #1042 from newrelic/pchinthapenta_go_php_updates
Pchinthapenta go php updates
2 parents e7dcb73 + 7b26b5b commit e46206a

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)