Browse Source

Adding error checking

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


Loading…
Cancel
Save