Add the git tag while at it

This commit is contained in:
Pierre-Yves Chibon 2016-11-01 09:38:58 +01:00
parent aa744918ca
commit 064118d064

View file

@ -8,6 +8,7 @@
- name: install the needed packages
yum: pkg=git state=present
tags:
- git
- git/checks
- name: install the script
@ -15,4 +16,5 @@
src=check-perms.py dest=/usr/local/bin/git-check-perms
owner=root group=root mode=0755
tags:
- git
- git/checks