From 93ec92f9be4ad56ed6c763b3bdc7d58ff86db42c Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Tue, 16 Sep 2014 11:58:11 +0200 Subject: [PATCH] git/hooks: Add missing package dependency This had been found by misc during his review of the patches, but the unfixed patch is what got merged. https://fedorahosted.org/fedora-infrastructure/ticket/4452 --- roles/git/hooks/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/git/hooks/tasks/main.yml b/roles/git/hooks/tasks/main.yml index 6cf6b9d0f3..965ff35e99 100644 --- a/roles/git/hooks/tasks/main.yml +++ b/roles/git/hooks/tasks/main.yml @@ -6,6 +6,7 @@ with_items: - git - moreutils + - python-kitchen # This requires the fedmsg/base role - name: install the git hooks