mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 16:06:35 -03:00
6 lines
98 B
YAML
6 lines
98 B
YAML
|
---
|
||
|
- name: Restart Nomad
|
||
|
ansible.builtin.systemd:
|
||
|
name: nomad.service
|
||
|
state: restarted
|