mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-16 00:21:19 +00:00
Adding error checking
This commit is contained in:
parent
464b404f48
commit
f7e1cb79ee
@ -3,7 +3,7 @@
|
||||
#variable "service" is required
|
||||
|
||||
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}:tag_Environment_{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
|
||||
any_errors_fatal: true
|
||||
any_errors_fatal: {{validators | bool | default(true)}}
|
||||
roles:
|
||||
- install
|
||||
- {role: generic-service, when: service == 'tendermint'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user