fix: script rewrite & shell command

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent 2728bc28cd
commit be3b61e8e4
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
mode: 0644
- name: Uncompress restic
ansible.builtin.command:
ansible.builtin.shell:
cmd: "bzip2 -dc /tmp/restic_{{ restic_version }}_{{ restic_system }}_{{ restic_architecture }}.bz2 > {{ restic_path }}"
changed_when: true