Skip to content

Commit a8ad22b

Browse files
committed
restore: improve restore_tar error output
1 parent 2529c3e commit a8ad22b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/restore/tasks/restore_tar.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
---
1010
# Checks
1111

12-
- name: Fail when no backup method is enabled or when no local backup exists
12+
- name: Fail when rclone backup method is disabled
1313
ansible.builtin.fail:
1414
msg:
15-
- "Rclone is not enabled and no local backup exists."
16-
- "You must either enable rclone, in the backup settings, or provide backup tarball files locally, to perform a restore."
15+
- "Rclone backup is not enabled."
16+
- "You must enable rclone, in the backup settings, to perform a with a specific tar file restore."
1717
when: (not backup.rclone.enable)
1818

1919
# Folder

0 commit comments

Comments
 (0)