1
0
Fork 0
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:
Matthias Leutenegger 2019-08-13 13:29:21 +02:00
parent 224910ff27
commit 3a8ac24b1e

View file

@ -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: