8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
{% from "restic/map.jinja" import url with context %}
|
|
|
|
'download restic':
|
|
cmd.run:
|
|
- name: 'wget {{url}} -O - | bzip2 -cd > /bin/restic ; chmod +x /bin/restic'
|
|
- unless: stat /bin/restic
|
|
|