aboutsummaryrefslogtreecommitdiff
path: root/tasks/main.yml
blob: 883244346fbe8ed26c4c196b7210ef34d52b6b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- action: borg_validate

- 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
...