This commit is contained in:
Ralph Bean 2015-01-29 16:54:57 +00:00
parent 9e6b062936
commit 5434fc3a7c

View file

@ -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