Tag the git/checks role
This commit is contained in:
parent
8d17e6534b
commit
e08b9de4c8
1 changed files with 4 additions and 0 deletions
|
@ -7,8 +7,12 @@
|
||||||
|
|
||||||
- name: install the needed packages
|
- name: install the needed packages
|
||||||
yum: pkg=git state=present
|
yum: pkg=git state=present
|
||||||
|
tags:
|
||||||
|
- git/checks
|
||||||
|
|
||||||
- name: install the script
|
- name: install the script
|
||||||
copy: >
|
copy: >
|
||||||
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:
|
||||||
|
- git/checks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue