Skip to content

Commit

Permalink
Fix idempotence
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Dec 29, 2023
1 parent 668ab12 commit c3acc4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/tasks/03-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
unarchive:
src: "{{ role_path }}/files/ipfs/{{ _ipfs_version }}/{{ _ipfs_archive }}"
dest: "{{ role_path }}/files/ipfs/{{ _ipfs_version }}/{{ _arch }}"
creates: "{{ role_path }}/files/ipfs/{{ _ipfs_version }}/{{ _arch }}/ipfs"
extra_opts:
- "--strip-components=1"
- "kubo/ipfs"
Expand Down

0 comments on commit c3acc4d

Please sign in to comment.