disable cache for local repos
This commit is contained in:
parent
eed938b1b1
commit
f0a5477790
5 changed files with 6 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
set_fact:
|
||||
backup_backend: "{% if backups.mode in ['standalone-restic', 'hypervisor-restic'] %}restic{% else %}False{% endif %}"
|
||||
backup_executor: "{% if backups.mode in ['vm-via-hypervisor'] %}False{% else %}True{% endif %}"
|
||||
backup_restic_cache: "{% if backups.backends.restic.repo_type == 'local' %}False{% else %}True{% endif %}"
|
||||
|
||||
- name: create config folder
|
||||
file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue