Browse Source

any_error fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
f87edb756f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ansible/install.yml

+ 1
- 1
ansible/install.yml View File

@ -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'}


Loading…
Cancel
Save