android_mt6572_jiabo/lineage/ansible/roles/download/handlers/main.yml
2025-09-05 16:56:03 +08:00

10 lines
170 B
YAML

- name: restart nginx
systemd:
state: restarted
name: nginx
- name: restart download
systemd:
state: restarted
name: download
daemon_reload: yes