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
|
- name: install the needed packages
|
||||||
yum: pkg=git state=present
|
yum: pkg=git state=present
|
||||||
tags:
|
tags:
|
||||||
|
- git
|
||||||
- git/checks
|
- git/checks
|
||||||
|
|
||||||
- name: install the script
|
- name: install the script
|
||||||
|
@ -15,4 +16,5 @@
|
||||||
src=check-perms.py dest=/usr/local/bin/git-check-perms
|
src=check-perms.py dest=/usr/local/bin/git-check-perms
|
||||||
owner=root group=root mode=0755
|
owner=root group=root mode=0755
|
||||||
tags:
|
tags:
|
||||||
|
- git
|
||||||
- git/checks
|
- git/checks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue