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

- import_tasks: common.yml
  when: borg.server.clients != [] or borg_server is defined

- import_tasks: server.yml
  when: borg.server.clients != []

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