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 d773cdd commit f9708e8Copy full SHA for f9708e8
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
@@ -31,7 +31,7 @@
31
- name: Change Permissions for /home/ec2-user/templates
32
shell: chown -R ec2-user:ec2-user /home/ec2-user/templates/ && chmod -R 755 /home/ec2-user/templates
33
34
-
+
35
# Use the below command to run it locally
36
# - name: Run sample go application
37
# ansible.builtin.shell: cd ~/templates && go build . && nohup ./gosampleapp &
0 commit comments