diff --git a/defaults/main.yml b/defaults/main.yml index e81bd64..e43f676 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -172,4 +172,3 @@ gitea_rep_archives_configuration: - { section: 'cron.delete_repo_archives', option: 'RUN_AT_START', value: 'false', state: 'present' } - { section: 'cron.delete_repo_archives', option: 'NOTICE_ON_SUCCESS', value: 'false', state: 'present' } - { section: 'cron.delete_repo_archives', option: 'SCHEDULE', value: '{{ gitea_delete_repo_archives_frequency }}', state: 'present' } - - { section: 'cron.delete_repo_archives', option: '', value: '', state: 'present' }