We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de1749 commit 7b26b5bCopy full SHA for 7b26b5b
test/deploy/linux/go/redhat/roles/configure/tasks/main.yml
@@ -3,7 +3,7 @@
3
msg: Install go
4
5
- name: install go
6
- shell: sudo yum install go -y
+ shell: yum install go -y
7
become: true
8
9
- name: Create templates directory
0 commit comments