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

- import_tasks: common.yml
  when: borg.is_server or borg_server is defined

- import_tasks: server.yml
  when: borg.is_server

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