Add the git tag while at it
This commit is contained in:
parent
aa744918ca
commit
064118d064
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue