Files
2024-12-14 13:08:21 +01:00

25 lines
363 B
YAML
Executable File

---
- name: assert variables
ansible.builtin.assert:
that: borg_encryption_passphrase is defined
- include_tasks: install.yml
tags:
- borg
- borg_install
- include_tasks: init.yml
tags:
- borg
- borg_init
- include_tasks: config.yml
tags:
- borg
- borg_config
- include_tasks: extra.yml
tags:
- borg
- borg_extra