Authored by chunhua.zhang

add

... ... @@ -59,5 +59,8 @@
- reload nginx
- name: sync file permissions
shell: chown -R www:www /Data/local/openresty-1.9.15.1/nginx/*
file:
path: "/Data/local/openresty-1.9.15.1/nginx"
owner: "www"
group: "www"
... ...