From 3a8ac24b1e0a7c1a08cd4db5a6456dff4ccf8ab5 Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Tue, 13 Aug 2019 13:29:21 +0200 Subject: [PATCH] better described TODO --- tasks/install.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index ad310da..9d7f3cd 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -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: