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