ansible playbook getconfigtoml fix

This commit is contained in:
Greg Szabo 2017-09-18 12:19:16 -04:00
parent d9824c1cc4
commit 94c721641c
1 changed files with 1 additions and 1 deletions

View File

@ -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