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