Fix another 2 task item
This commit is contained in:
parent
ac64562564
commit
b4996ad8f1
1 changed files with 3 additions and 1 deletions
|
@ -4,10 +4,12 @@
|
|||
- name: install the needed packages
|
||||
yum: pkg=git state=present
|
||||
|
||||
- name: install and schedule the script
|
||||
- name: install the script
|
||||
copy: >
|
||||
src=check-perms.py dest=/usr/local/bin/git-check-perms
|
||||
owner=root group=root mode=0755
|
||||
|
||||
- name: install the cron job for the script
|
||||
cron: >
|
||||
name="git-check-perms" cron_file="ansible-git-check-perms"
|
||||
minute=10 hour=0 weekday=3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue