mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 04:50:16 +00:00
ansible 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') }}"
|
||||
any_errors_fatal: {{validators | bool | default(true)}}
|
||||
any_errors_fatal: "{{validators | bool | default(true)}}"
|
||||
roles:
|
||||
- install
|
||||
- {role: generic-service, when: service == 'tendermint'}
|
||||
|
||||
Reference in New Issue
Block a user