File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ - name : Ensure legacy hooks aren't used
3
+ ansible.builtin.assert :
4
+ that :
5
+ - borgmatic_failure_command is undefined
6
+ - borgmatic_before_backup_command is undefined
7
+ - borgmatic_after_backup_command is undefined
8
+ msg : Please use the new borgmatic_hooks variable instead of individual before/after/failure hooks.
9
+ ...
Original file line number Diff line number Diff line change 1
1
---
2
2
- name : Install borgbackup
3
3
block :
4
- - name : Ensure legacy hooks aren't used
5
- ansible.builtin.assert :
6
- that :
7
- - borgmatic_failure_command is undefined
8
- - borgmatic_before_backup_command is undefined
9
- - borgmatic_after_backup_command is undefined
10
- msg : Please use the new borgmatic_hooks variable instead of individual before/after/failure hooks.
11
-
12
4
- name : Include OS-specific variables
13
5
include_vars : " {{ item }}"
14
6
with_first_found :
You can’t perform that action at this time.
0 commit comments