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
ansible playbook getconfigtoml fix
pull/1943/head
Greg Szabo
7 years ago
parent
d9824c1cc4
commit
94c721641c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save