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
|
- name: install the needed packages
|
||||||
yum: pkg=git state=present
|
yum: pkg=git state=present
|
||||||
|
|
||||||
- name: install and schedule 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
|
||||||
|
|
||||||
|
- name: install the cron job for the script
|
||||||
cron: >
|
cron: >
|
||||||
name="git-check-perms" cron_file="ansible-git-check-perms"
|
name="git-check-perms" cron_file="ansible-git-check-perms"
|
||||||
minute=10 hour=0 weekday=3
|
minute=10 hour=0 weekday=3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue