From afa863609ef2ccc261c4483f53c2d4c5948b2ed3 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 18 Apr 2016 14:28:55 +0000 Subject: [PATCH] Try to fix koschei ansible handlers --- roles/koschei/common/handlers/main.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 roles/koschei/common/handlers/main.yml diff --git a/roles/koschei/common/handlers/main.yml b/roles/koschei/common/handlers/main.yml new file mode 100644 index 0000000000..577eb088e2 --- /dev/null +++ b/roles/koschei/common/handlers/main.yml @@ -0,0 +1 @@ +- include: "{{ handlers }}/restart_services.yml"