diff options
-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 |