ansible/roles/restic/templates/env.sh.j2

8 lines
230 B
Plaintext
Raw Normal View History

2020-04-21 03:28:32 +00:00
#!/bin/bash
# {{ ansible_managed }}
RESTIC_ETC_PATH="{{ restic_etc_path | default('/etc/restic') }}"
RESTIC_PATH="{{ restic_path | default('/usr/local/bin/restic') }}"
RESTIC_SELF_UPDATE={{ restic_self_update | ternary(1, 0) }}