mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
9 lines
169 B
YAML
9 lines
169 B
YAML
---
|
|
- name: Reload systemd
|
|
ansible.builtin.systemd:
|
|
daemon_reload: true
|
|
|
|
- name: Restart litellm
|
|
ansible.builtin.systemd:
|
|
name: litellm
|
|
state: restarted
|