2022-04-05 11:37:27 +00:00
|
|
|
---
|
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- block:
|
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
when: "run_setup | bool and matrix_backup_borg_enabled | bool"
|
2022-04-05 11:37:27 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
when: "run_setup | bool and matrix_backup_borg_enabled | bool"
|
2022-11-25 14:02:51 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-backup-borg
|
|
|
|
- install-all
|
|
|
|
- install-backup-borg
|
2022-04-05 11:37:27 +00:00
|
|
|
|
2022-11-25 14:02:51 +00:00
|
|
|
- block:
|
2022-11-24 09:33:30 +00:00
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
when: "run_setup | bool and not matrix_backup_borg_enabled | bool"
|
2022-04-05 11:37:27 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-backup-borg
|