Showing
1 changed file
with
5 additions
and
2 deletions
@@ -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 | + |
-
Please register or login to post a comment