From d78da5035ebed988ca78f515d88e20a8575cdcaf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 23 Jan 2015 15:38:41 +0000 Subject: [PATCH] Restart httpd on ssl config changes. --- roles/koji_hub/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index e2334155f3..07c926ef4d 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -153,6 +153,7 @@ tags: - config - koji_hub + notify: restart httpd when: env == "staging" - name: koji ssl config @@ -160,6 +161,7 @@ tags: - config - koji_hub + notify: restart httpd when: env != "staging" - name: kojira log dir