mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
6 lines
170 B
YAML
6 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
|