Tag the git/checks role

This commit is contained in:
Pierre-Yves Chibon 2016-11-01 09:28:58 +01:00
parent 8d17e6534b
commit e08b9de4c8

View file

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