Skip to content

Commit

Permalink
ansible fixes for gaiad and gaiacli deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo committed Aug 23, 2018
1 parent eba2696 commit 623d9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networks/remote/ansible/roles/add-lcd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: Copy binary
copy:
src: "{{GAIACLI_BINARY}}"
dest: /usr/bin
dest: /usr/bin/gaiacli
mode: 0755
notify: restart gaiacli

Expand Down
2 changes: 1 addition & 1 deletion networks/remote/ansible/roles/upgrade-gaiad/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: Copy binary
copy:
src: "{{BINARY}}"
dest: /usr/bin
dest: /usr/bin/gaiad
mode: 0755
notify: restart gaiad

Expand Down

0 comments on commit 623d9fe

Please sign in to comment.