forked from data.coop/ansible
Don't enable Restic Backup in Vagrant
This commit is contained in:
parent
5a63e8e1a8
commit
814a268965
|
@ -36,3 +36,4 @@
|
||||||
RESTIC_REPOSITORY: "rest:https://{{ restic.user }}:{{ restic_secrets.user_password }}@{{ restic.domain }}/{{ restic.repository }}"
|
RESTIC_REPOSITORY: "rest:https://{{ restic.user }}:{{ restic_secrets.user_password }}@{{ restic.domain }}/{{ restic.repository }}"
|
||||||
RESTIC_PASSWORD: "{{ restic_secrets.repository_password }}"
|
RESTIC_PASSWORD: "{{ restic_secrets.repository_password }}"
|
||||||
TZ: Europe/copenhagen
|
TZ: Europe/copenhagen
|
||||||
|
when: not vagrant
|
||||||
|
|
Loading…
Reference in a new issue