summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2015-02-20 04:14:27 +0000
committerRalph Bean <rbean@redhat.com>2015-02-20 04:14:27 +0000
commit68bd03c34f9547e57d95c5affb191510f5b518b5 (patch)
treefa369a4d1fa393b13aab2efe85c1085ad70efc04
parente800d7c035d08631f35144f6880a48f92481ca96 (diff)
downloadansible-68bd03c34f9547e57d95c5affb191510f5b518b5.tar.gz
ansible-68bd03c34f9547e57d95c5affb191510f5b518b5.tar.xz
ansible-68bd03c34f9547e57d95c5affb191510f5b518b5.zip
Tag upthe git/hooks role.
-rw-r--r--roles/git/hooks/tasks/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/git/hooks/tasks/main.yml b/roles/git/hooks/tasks/main.yml
index 546e1b9bf..4d8a51284 100644
--- a/roles/git/hooks/tasks/main.yml
+++ b/roles/git/hooks/tasks/main.yml
@@ -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