Make nomad restart playbook more resilient
This commit is contained in:
parent
0e168376b8
commit
2528dafcc6
@ -14,8 +14,14 @@
|
||||
state: restarted
|
||||
become: true
|
||||
|
||||
- name: Start Dockee
|
||||
systemd:
|
||||
name: docker
|
||||
state: started
|
||||
become: true
|
||||
|
||||
- name: Start Nomad
|
||||
systemd:
|
||||
name: nomad
|
||||
state: stopped
|
||||
state: started
|
||||
become: true
|
||||
|
Loading…
Reference in New Issue
Block a user