Skip to content

Commit

Permalink
fix: Download ipfs to /usr/bin/ (#16)
Browse files Browse the repository at this point in the history
Download ipfs to /usr/bin/
  • Loading branch information
nahsi authored Mar 8, 2024
1 parent 4fca584 commit 4f61a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ipfs_cli/tasks/01-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- name: propagate IPFS binary
ansible.builtin.copy:
src: "{{ role_path }}/files/ipfs/{{ _ipfs_version }}/{{ _arch }}/ipfs"
dest: "/usr/local/bin/ipfs"
dest: "/usr/bin/ipfs"
owner: root
group: root
mode: 0o755

0 comments on commit 4f61a1b

Please sign in to comment.