mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
8 lines
120 B
YAML
8 lines
120 B
YAML
---
|
|
|
|
- name: clear tendermint database
|
|
file: "path={{tendermint_home}}/{{item}} state=absent"
|
|
with_items:
|
|
- data
|
|
|