1
0
Fork 0

Moved borg action plugin into its own role

This commit is contained in:
Julien Dessaux 2021-03-04 12:51:16 +01:00
parent cab3d045c1
commit e19baa85fa
2 changed files with 27 additions and 2 deletions

View file

@ -1,9 +1,11 @@
---
- action: init
- import_tasks: common.yml
when: adyxax['is_borg_server'] or borg_server is defined
when: is_borg_server or borg_server is defined
- import_tasks: server.yml
when: adyxax['is_borg_server']
when: is_borg_server
- import_tasks: client.yml
when: borg_server is defined