summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/git/hooks/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git/hooks/tasks/main.yml b/roles/git/hooks/tasks/main.yml
index 775bf5d1e..546e1b9bf 100644
--- a/roles/git/hooks/tasks/main.yml
+++ b/roles/git/hooks/tasks/main.yml
@@ -11,7 +11,7 @@
- name: install needed packages from epel testing
yum: pkg={{item}} state=present enablerepo=epel-testing
with_items:
- - pygit2
+ - python-pygit2
- name: install the git hooks
copy: src={{item}} dest=/usr/share/git-core/ mode=0755