Files
fedora-infra_ansible/roles/cgit/clean_lock_cron/tasks/main.yml
Ryan Lerch 6a3816dfdc ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
Replaces many references to 'copy' with ansible.builtin.copy

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00

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