Skip to content

Commit 9f25dad

Browse files
committed
fixed envoy binary exectution
1 parent 03821f9 commit 9f25dad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ansible/tasks/setup-envoy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616

1717
- name: Envoy - add execution bit to binary
1818
file:
19-
dest: /opt/envoy/envoy mode=a+x
19+
path: /opt/envoy/envoy
20+
state: file
21+
owner: envoy
22+
mode: u+rwx
2023

2124
- name: Envoy - copy basic conf
2225
copy:

0 commit comments

Comments
 (0)