Browse Source

ansible fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
b7dbf4a528
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') }}"
any_errors_fatal: {{validators | bool | default(true)}}
any_errors_fatal: "{{validators | bool | default(true)}}"
roles:
- install
- {role: generic-service, when: service == 'tendermint'}


Loading…
Cancel
Save