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 more cleanup for rmdb
pull/1943/head
Greg Szabo
8 years ago
parent
35525d5281
commit
08bb01cb55
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
ansible/roles/rmdb/tasks/main.yml
+ 3
- 1
ansible/roles/rmdb/tasks/main.yml
View File
@ -1,7 +1,9 @@
---
-
name
:
clear tendermint database
file
:
"path=/etc/{{service}}/
tendermint/
{{item}} state=absent"
file
:
"path=/etc/{{service}}/{{item}} state=absent"
with_items:
-
tendermint/data
-
data
Write
Preview
Loading…
Cancel
Save