Fix another 2 task item

This commit is contained in:
Kevin Fenzi 2014-08-26 19:03:54 +00:00
parent ac64562564
commit b4996ad8f1

View file

@ -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