Update to 2022-07-31 23:00

This commit is contained in:
Daniel Berteaud
2022-07-31 23:00:15 +02:00
parent 92b0844d15
commit f4a3f0bd22
3 changed files with 71 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
- 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