Skip to content

Commit

Permalink
FIX: Reload nginx if non-ssl/ssl vhosts files are changed (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
higidi authored Mar 10, 2023
1 parent 82e96a7 commit ce5e112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
group: root
mode: 0640
with_dict: "{{ nginx_revproxy_sites }}"
notify: Reload Nginx
register:
siteconfig
when:
Expand All @@ -100,6 +101,7 @@
group: root
mode: 0640
with_dict: "{{ nginx_revproxy_sites }}"
notify: Reload Nginx
register:
siteconfig
when:
Expand Down

0 comments on commit ce5e112

Please sign in to comment.