mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-11 06:11:07 +00:00
any_error fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#variable "service" is required
|
||||
|
||||
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}:tag_Environment_{{ lookup('env','TF_VAR_TESTNET_NAME') | regex_replace('-','_') }}"
|
||||
any_errors_fatal: "{{validators | bool | default(true)}}"
|
||||
any_errors_fatal: "{{validators | default(true) | bool}}"
|
||||
roles:
|
||||
- install
|
||||
- {role: generic-service, when: service == 'tendermint'}
|
||||
|
||||
Reference in New Issue
Block a user