ansible fixes for gaiad and gaiacli deployments

This commit is contained in:
Greg Szabo
2018-08-23 14:52:58 -04:00
parent eba269632d
commit 623d9fe9ff
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
- name: Copy binary
copy:
src: "{{GAIACLI_BINARY}}"
dest: /usr/bin
dest: /usr/bin/gaiacli
mode: 0755
notify: restart gaiacli
@@ -3,7 +3,7 @@
- name: Copy binary
copy:
src: "{{BINARY}}"
dest: /usr/bin
dest: /usr/bin/gaiad
mode: 0755
notify: restart gaiad