Showing
1 changed file
with
4 additions
and
0 deletions
@@ -38,6 +38,8 @@ | @@ -38,6 +38,8 @@ | ||
38 | copy: | 38 | copy: |
39 | src: lualib/resty/ | 39 | src: lualib/resty/ |
40 | dest: "{{ path }}/lualib/resty/" | 40 | dest: "{{ path }}/lualib/resty/" |
41 | + notify: | ||
42 | + - reload nginx | ||
41 | 43 | ||
42 | 44 | ||
43 | 45 | ||
@@ -45,6 +47,8 @@ | @@ -45,6 +47,8 @@ | ||
45 | copy: | 47 | copy: |
46 | src: nginx/conf/ | 48 | src: nginx/conf/ |
47 | dest: "{{ path }}/nginx/conf/" | 49 | dest: "{{ path }}/nginx/conf/" |
50 | + notify: | ||
51 | + - reload nginx | ||
48 | 52 | ||
49 | 53 | ||
50 | - name: update nginx upstream for file -nginx.conf | 54 | - name: update nginx upstream for file -nginx.conf |
-
Please register or login to post a comment