From 68bd03c34f9547e57d95c5affb191510f5b518b5 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 20 Feb 2015 04:14:27 +0000 Subject: [PATCH] Tag upthe git/hooks role. --- roles/git/hooks/tasks/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roles/git/hooks/tasks/main.yml b/roles/git/hooks/tasks/main.yml index 546e1b9bfc..4d8a512840 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