summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2015-01-29 16:54:57 +0000
committerRalph Bean <rbean@redhat.com>2015-01-29 16:54:57 +0000
commit5434fc3a7c2f2372d94f60a0884f36eec2ba6b22 (patch)
tree845be077a3d28146c9170c05712d75dafe2e6a30
parent9e6b062936a14c2f04ccacf281180a90abc7d480 (diff)
downloadansible-5434fc3a7c2f2372d94f60a0884f36eec2ba6b22.tar.gz
ansible-5434fc3a7c2f2372d94f60a0884f36eec2ba6b22.tar.xz
ansible-5434fc3a7c2f2372d94f60a0884f36eec2ba6b22.zip
Typofix.
-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