SearXNG: Remove cron job task from playbook

This commit is contained in:
Sam A. 2023-05-09 14:43:05 +02:00
parent d6bd964ac7
commit 79f5ebd789
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 10 deletions

View File

@ -71,13 +71,3 @@
external: true
tor:
external: true
- name: Remove cron job to restart SearXNG every 6 hours
ansible.builtin.cron:
name: Restart SearXNG Docker container
minute: '0'
hour: '*/6'
user: root
job: docker restart searxng_app_1
cron_file: ansible_restart_searxng
state: absent