Tag upthe git/hooks role.

This commit is contained in:
Ralph Bean 2015-02-20 04:14:27 +00:00
parent e800d7c035
commit 68bd03c34f

View file

@ -7,11 +7,19 @@
- git
- moreutils
- python-kitchen
tags:
- git
- git/hooks
- packages
- name: install needed packages from epel testing
yum: pkg={{item}} state=present enablerepo=epel-testing
with_items:
- python-pygit2
tags:
- git
- git/hooks
- packages
- name: install the git hooks
copy: src={{item}} dest=/usr/share/git-core/ mode=0755
@ -19,6 +27,9 @@
- post-receive-fedmsg
- post-receive-chained
- update-block-push-origin
tags:
- git
- git/hooks
- name: install the git mail hooks
copy: src={{item}} dest=/usr/share/git-core/mail-hooks/ mode=0755
@ -26,3 +37,6 @@
- util.py
- git.py
- gnome-post-receive-email
tags:
- git
- git/hooks