ansible fixes for gaiad and gaiacli deployments
This commit is contained in:
parent
eba269632d
commit
623d9fe9ff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue