SearXNG: Remove cron job task from playbook
This commit is contained in:
parent
d6bd964ac7
commit
79f5ebd789
|
@ -71,13 +71,3 @@
|
||||||
external: true
|
external: true
|
||||||
tor:
|
tor:
|
||||||
external: true
|
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
|
|
||||||
|
|
Reference in a new issue