Remove unnecessary extra variable definitions
The world could do with a bit less YAML!
This commit is contained in:
@ -3,7 +3,5 @@ restic_backup_locations:
|
||||
- /mnt/host/mnt/speed
|
||||
- /mnt/host/etc/pve
|
||||
- /mnt/home-assistant
|
||||
restic_healthchecks_id: "{{ vault_restic_healthchecks_id }}"
|
||||
|
||||
restic_forget: true
|
||||
restic_forget_healthchecks_id: "{{ vault_restic_forget_healthchecks_id }}"
|
||||
|
@ -1,3 +1,2 @@
|
||||
restic_backup_locations:
|
||||
- /opt
|
||||
restic_healthchecks_id: "{{ vault_restic_healthchecks_id }}"
|
||||
|
Reference in New Issue
Block a user