mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Replaces many references to 'copy' with ansible.builtin.copy Signed-off-by: Ryan Lerch <rlerch@redhat.com>
7 lines
199 B
YAML
7 lines
199 B
YAML
---
|
|
# tasklist for setting up the Cron job cleaning CGit locks
|
|
|
|
- name: Install the cron file
|
|
ansible.builtin.copy: src=clean-lock.cron dest=/etc/cron.d/cgit-clean-lock.cron mode=0644
|
|
tags: cgit
|