--- # 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