Authored by chunhua.zhang

add

@@ -59,5 +59,8 @@ @@ -59,5 +59,8 @@
59 - reload nginx 59 - reload nginx
60 60
61 - name: sync file permissions 61 - name: sync file permissions
62 - shell: chown -R www:www /Data/local/openresty-1.9.15.1/nginx/*  
63 - 62 + file:
  63 + path: "/Data/local/openresty-1.9.15.1/nginx"
  64 + owner: "www"
  65 + group: "www"
  66 +