diff options
author | Mathieu Bridon <bochecha@fedoraproject.org> | 2014-09-16 11:58:11 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-09-24 12:26:07 +0200 |
commit | 93ec92f9be4ad56ed6c763b3bdc7d58ff86db42c (patch) | |
tree | 4fc41317f9cb2677b42034f77b73a745e49286ce /roles/git/hooks | |
parent | 93780cbfeefc83c8faf8ff4549b9467a2e34c791 (diff) | |
download | ansible-93ec92f9be4ad56ed6c763b3bdc7d58ff86db42c.tar.gz ansible-93ec92f9be4ad56ed6c763b3bdc7d58ff86db42c.tar.xz ansible-93ec92f9be4ad56ed6c763b3bdc7d58ff86db42c.zip |
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
Diffstat (limited to 'roles/git/hooks')
-rw-r--r-- | roles/git/hooks/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/git/hooks/tasks/main.yml b/roles/git/hooks/tasks/main.yml index 6cf6b9d0f..965ff35e9 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 |