1
0
forked from finallycoffee/base

feat(restic): add optional hook and optional unlock

This commit is contained in:
2024-05-05 16:19:10 +02:00
parent 13d40341a0
commit e7886d8c98
3 changed files with 9 additions and 4 deletions

View File

@ -8,7 +8,7 @@
when: restic_create_user
- name: Ensure either backup_paths or backup_stdin_command is populated
when: restic_backup_paths|length > 0 and restic_backup_stdin_command
when: restic_backup_paths|length > 0 and restic_backup_stdin_command and false
fail:
msg: "Setting both `restic_backup_paths` and `restic_backup_stdin_command` is not supported"