ansible fix

This commit is contained in:
Greg Szabo
2017-07-29 14:46:31 +00:00
parent f7e1cb79ee
commit b7dbf4a528

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') }}"
any_errors_fatal: {{validators | bool | default(true)}}
any_errors_fatal: "{{validators | bool | default(true)}}"
roles:
- install
- {role: generic-service, when: service == 'tendermint'}