From a1c105d01360e95152fb242309d600318d7a0bcc Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Tue, 10 Oct 2017 14:23:50 -0700 Subject: [PATCH] Regenerate haproxy.cfg on base config changes Update the 'Drop base haproxy config' task's notify so that changes made only the base haproxy configuration also reassemble haproxy.cfg. Change-Id: If5d2b410205e8e31f91f69681a0463d5444361f7 --- tasks/haproxy_post_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/haproxy_post_install.yml b/tasks/haproxy_post_install.yml index 78fe86a..a755bd6 100644 --- a/tasks/haproxy_post_install.yml +++ b/tasks/haproxy_post_install.yml @@ -27,7 +27,7 @@ template: src: "haproxy.cfg.j2" dest: "/etc/haproxy/conf.d/00-haproxy" - notify: Restart haproxy + notify: Regenerate haproxy configuration tags: - haproxy-base-config