fix NETSTATS_SECRET variable.

This commit is contained in:
Vitaly Znachenok 2017-11-28 20:54:51 +03:00
parent 403214730f
commit b317753734
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
become_user: "{{ username }}"
- name: Config ws_secret.json file
shell: "echo '{{ NETSTATS_SECRET }}' > /home/{{ username }}/eth-netstats/ws_secret.json"
shell: "echo '["{{ NETSTATS_SECRET }}"]' > /home/{{ username }}/eth-netstats/ws_secret.json"
- name: install npm chain_explorer
shell: "cd /home/{{ username }}/chain-explorer; /usr/bin/npm install"