From f21638c5c8a13b7f152f61e75e23ada71b3f246f Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 7 Apr 2015 11:17:46 +0000 Subject: [PATCH] Restart apache2 after local_settings.py is changed This change ensures that apache2 is restarted after the horizon configuration is changed. Closes-Bug: #1441110 Change-Id: I7713995b1fa91e42b27a28856cdf21814c037b6f --- tasks/horizon_post_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/horizon_post_install.yml b/tasks/horizon_post_install.yml index 8cdb2f9e..4dd5cacd 100644 --- a/tasks/horizon_post_install.yml +++ b/tasks/horizon_post_install.yml @@ -22,6 +22,7 @@ mode: "{{ item.mode }}" with_items: - { src: "horizon_local_settings.py.j2", dest: "/etc/horizon/local_settings.py", mode: "0644" } + notify: Restart apache2 tags: - horizon-configs