mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
better described TODO
This commit is contained in:
parent
224910ff27
commit
3a8ac24b1e
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
force: True
|
||||
register: get_url_restic
|
||||
|
||||
# TODO: This needs to become independent of the shell module to actually work on every system
|
||||
# TODO: This needs to become independent of the shell module to actually work
|
||||
# on every system. We could use a distribution specific aproach, but this would
|
||||
# conflict with the current structure in tasks/distribution/
|
||||
- name: Decompress the binary
|
||||
shell: "bzip2 -dc {{ get_url_restic.dest }} > {{ restic_download_path }}/bin/restic-{{ restic_version }}"
|
||||
args:
|
||||
|
|
Loading…
Reference in a new issue