any_error fix

This commit is contained in:
Greg Szabo
2017-07-30 08:31:33 +00:00
parent cfc1b4f426
commit f87edb756f

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