From ad2a2f71c4b343dfcbb7322a0a7c6950403f4f45 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 23 Apr 2014 14:48:34 +0000 Subject: [PATCH] Gotta have the handlers here too.. --- playbooks/groups/summershum.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/groups/summershum.yml b/playbooks/groups/summershum.yml index fcead3d93b..fc603febca 100644 --- a/playbooks/groups/summershum.yml +++ b/playbooks/groups/summershum.yml @@ -84,3 +84,6 @@ - /srv/web/infra/ansible/vars/global.yml - "{{ private }}/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + + handlers: + - include: "{{ handlers }}/restart_services.yml"