mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +02:00
10 lines
220 B
YAML
10 lines
220 B
YAML
---
|
|
|
|
- name: restart nomad
|
|
service: name=nomad state=restarted
|
|
when: nomad_service_started is not defined or not nomad_service_started.changed
|
|
throttle: 1
|
|
|
|
- name: reload nomad
|
|
service: name=nomad state=reloaded
|