Files
fedora-infra_ansible/roles/cgit/clean_lock_cron/tasks/main.yml
2017-02-15 12:13:03 +00:00

7 lines
183 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
tags: cgit