mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
6 lines
137 B
YAML
6 lines
137 B
YAML
---
|
|
- name: Restart Nomad
|
|
ansible.builtin.systemd:
|
|
state: restarted
|
|
name: "{{ nomad_service_name }}"
|
|
listen: "restart nomad"
|