This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Added data folder removal to unsafe reset
pull/1943/head
Greg Szabo
7 years ago
parent
94c721641c
commit
2cad2d22fd
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ansible/roles/unsafe_reset/tasks/main.yml
+ 2
- 0
ansible/roles/unsafe_reset/tasks/main.yml
View File
@ -9,3 +9,5 @@
-
shell
:
"export TMHOME=/etc/{{service}}/tendermint ; tendermint unsafe_reset_all"
become_user
:
"{{service}}"
-
file
:
"path=/etc/{{service}}/data state=absent"
Write
Preview
Loading…
Cancel
Save