aboutsummaryrefslogtreecommitdiff
path: root/tasks/main.yml
blob: 69df94d106bb2888fb6382f7bca2210526c0b578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- action: init

- import_tasks: common.yml
  when: is_borg_server or borg_server is defined

- import_tasks: server.yml
  when: is_borg_server

- import_tasks: client.yml
  when: borg_server is defined
...