ansible fixes for gaiad and gaiacli deployments

This commit is contained in:
Greg Szabo 2018-08-20 15:34:06 -04:00
parent eba269632d
commit 623d9fe9ff
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
- name: Copy binary
copy:
src: "{{GAIACLI_BINARY}}"
dest: /usr/bin
dest: /usr/bin/gaiacli
mode: 0755
notify: restart gaiacli

View File

@ -3,7 +3,7 @@
- name: Copy binary
copy:
src: "{{BINARY}}"
dest: /usr/bin
dest: /usr/bin/gaiad
mode: 0755
notify: restart gaiad