We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c229361 + 9961824 commit 118709dCopy full SHA for 118709d
tasks/gc.yml
@@ -2,9 +2,8 @@
2
3
# gc -a support implemented in 2021/02, this task can be removed at some later date
4
- name: Remove per-repository garbage collection cron jobs
5
- cron:
6
- name: cvmfs_gc_{{ item.repository }}
7
- cron_file: ansible_cvmfs_gc
+ file:
+ path: /etc/cron.d/cvmfs_gc_{{ item.repository }}
8
state: absent
9
loop: "{{ cvmfs_repositories }}"
10
0 commit comments