Merged config dir fixes

This commit is contained in:
Greg Szabo 2017-10-04 23:37:46 -04:00
parent 12baa7c1c5
commit 697b71ee8d
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
- name: Get config.toml from node
fetch: "dest={{ destination | default('.') }}/config.toml flat=yes src=/etc/{{service}}/tendermint/config.toml"
fetch: "dest={{ destination | default('.') }}/config.toml flat=yes src=/etc/{{service}}/config.toml"
run_once: yes

View File

@ -1,3 +1,3 @@
---
destination: /etc/{{service}}/tendermint/config.toml
destination: /etc/{{service}}/config.toml

View File

@ -6,7 +6,7 @@
when: "service == 'basecoin'"
become_user: basecoin
- shell: "export TMHOME=/etc/{{service}}/tendermint ; tendermint unsafe_reset_all"
- shell: "export TMHOME=/etc/{{service}} ; tendermint unsafe_reset_all"
become_user: "{{service}}"
- file: "path=/etc/{{service}}/data state=absent"