diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2016-08-12 14:17:11 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2016-08-30 20:22:44 +0200 |
commit | 69e6ae8adea8ca892ce7257a3a07a5bfc73314cc (patch) | |
tree | 42bf3a63c28da6ffc6b392942c2d549f5818927b | |
parent | nginx: Be prepared to less cool systems (diff) | |
download | ansible-roles-69e6ae8adea8ca892ce7257a3a07a5bfc73314cc.tar.xz |
nginx: Flush handlers after role (e.g. acme needs reloaded configuration)
-rw-r--r-- | roles/nginx/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index 797f6a4..e8ef09b 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -82,4 +82,5 @@ notify: - restart nginx +- meta: flush_handlers |