Abort nomad recovery if any hosts fail

This commit is contained in:
IamTheFij 2023-07-26 15:27:46 -07:00
parent 0d37652447
commit 882b93a4c5
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
--- ---
- name: Recover Nomad - name: Recover Nomad
hosts: nomad_instances hosts: nomad_instances
any_errors_fatal: true
tasks: tasks:
- name: Stop Nomad - name: Stop Nomad