Refactor explorer version to the role variable

This commit is contained in:
Aleskey Zalesov 2018-03-05 16:53:07 +03:00
parent e38f34ccb8
commit df7e9d0db1
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
git:
repo: "https://github.com/{{ MAIN_REPO_FETCH }}/chain-explorer"
dest: "{{ home }}/chain-explorer"
version: "acee07c"
version: "{{ explorer_version }}"
- name: Install chain_explorer app.json
template: src=app.json.j2 dest={{ home }}/chain-explorer/app.json owner={{ username }} group={{ username }} mode=0644

View File

@ -0,0 +1 @@
explorer_version: "acee07c"