{% 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