mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-06 14:22:36 +00:00
ansible playbook getconfigtoml fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Get config.toml from node
|
||||
fetch: "dest={{ destination | default('.') }} flat=yes src=/etc/{{service}}/tendermint/config.toml"
|
||||
fetch: "dest={{ destination | default('.') }}/config.toml flat=yes src=/etc/{{service}}/tendermint/config.toml"
|
||||
run_once: yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user