Moved borg action plugin into its own role
This commit is contained in:
parent
cab3d045c1
commit
e19baa85fa
2 changed files with 27 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue