Skip to content

Commit 9e3b957

Browse files
authored
Merge pull request #604 from cmu-delphi/fix-staging-api-deploy
Fix file permissions
2 parents 723b75c + 65d7d53 commit 9e3b957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ansible/ansible-deploy-staging-api-proxy-match-list.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
tasks:
88
- name: Set staging api proxy openresty signal match list template.
99
template:
10-
src: templates/staging-api-match-list.j2
10+
src: "templates/staging-api-match-list.j2"
1111
dest: "/common/staging-api-match-list"
12-
owner: "root"
13-
group: "root"
14-
mode: 0600
12+
owner: "deploy"
13+
group: "deploy"
14+
mode: "0777"

0 commit comments

Comments
 (0)