ansible/roles/cgit/clean_lock_cron/tasks/main.yml
Mathieu Bridon 7e979e4050 Add a new cgit/clean_lock_cron role
This will be needed to migrate Dist Git from puppet to ansible.
2014-08-26 18:28:26 +00:00

5 lines
170 B
YAML

---
# tasklist for setting up the Cron job cleaning CGit locks
- name: install the cron file
copy: src=clean-lock.cron dest=/etc/cron.d/cgit-clean-lock.cron mode=0644