Tag upthe git/hooks role.
This commit is contained in:
parent
e800d7c035
commit
68bd03c34f
1 changed files with 14 additions and 0 deletions
|
@ -7,11 +7,19 @@
|
||||||
- git
|
- git
|
||||||
- moreutils
|
- moreutils
|
||||||
- python-kitchen
|
- python-kitchen
|
||||||
|
tags:
|
||||||
|
- git
|
||||||
|
- git/hooks
|
||||||
|
- packages
|
||||||
|
|
||||||
- name: install needed packages from epel testing
|
- name: install needed packages from epel testing
|
||||||
yum: pkg={{item}} state=present enablerepo=epel-testing
|
yum: pkg={{item}} state=present enablerepo=epel-testing
|
||||||
with_items:
|
with_items:
|
||||||
- python-pygit2
|
- python-pygit2
|
||||||
|
tags:
|
||||||
|
- git
|
||||||
|
- git/hooks
|
||||||
|
- packages
|
||||||
|
|
||||||
- name: install the git hooks
|
- name: install the git hooks
|
||||||
copy: src={{item}} dest=/usr/share/git-core/ mode=0755
|
copy: src={{item}} dest=/usr/share/git-core/ mode=0755
|
||||||
|
@ -19,6 +27,9 @@
|
||||||
- post-receive-fedmsg
|
- post-receive-fedmsg
|
||||||
- post-receive-chained
|
- post-receive-chained
|
||||||
- update-block-push-origin
|
- update-block-push-origin
|
||||||
|
tags:
|
||||||
|
- git
|
||||||
|
- git/hooks
|
||||||
|
|
||||||
- name: install the git mail hooks
|
- name: install the git mail hooks
|
||||||
copy: src={{item}} dest=/usr/share/git-core/mail-hooks/ mode=0755
|
copy: src={{item}} dest=/usr/share/git-core/mail-hooks/ mode=0755
|
||||||
|
@ -26,3 +37,6 @@
|
||||||
- util.py
|
- util.py
|
||||||
- git.py
|
- git.py
|
||||||
- gnome-post-receive-email
|
- gnome-post-receive-email
|
||||||
|
tags:
|
||||||
|
- git
|
||||||
|
- git/hooks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue