From f5e91f5abdcf0654f24a1590c207cf2fca451d74 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Tue, 21 Jul 2015 16:58:08 +0200 Subject: [PATCH] [copr][dist-git] relative path to handlers --- playbooks/groups/copr-dist-git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/copr-dist-git.yml b/playbooks/groups/copr-dist-git.yml index 0a0c46a14d..6e52c7e082 100644 --- a/playbooks/groups/copr-dist-git.yml +++ b/playbooks/groups/copr-dist-git.yml @@ -48,4 +48,4 @@ - copr/dist_git handlers: - - include: handlers/restart_services.yml + - include: "../handlers/restart_services.yml"