From 1c9a1278b3778bed88a895e0172eb1e02386c4e8 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Thu, 17 Oct 2019 21:21:17 +0200 Subject: [PATCH] Reload NGINX after cleaning up configs (#174) --- tasks/conf/cleanup-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/conf/cleanup-config.yml b/tasks/conf/cleanup-config.yml index fe81e83..9eb405c 100644 --- a/tasks/conf/cleanup-config.yml +++ b/tasks/conf/cleanup-config.yml @@ -5,3 +5,4 @@ state: absent with_items: - "{{ nginx_cleanup_config_path }}" + notify: "(Handler: All OSs) Reload NGINX"