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