Browse Source

ansible playbook getconfigtoml fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
94c721641c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ansible/roles/getconfigtoml/tasks/main.yml

+ 1
- 1
ansible/roles/getconfigtoml/tasks/main.yml 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

Loading…
Cancel
Save