aboutsummaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-04 12:51:16 +0100
committerJulien Dessaux2021-03-04 12:53:57 +0100
commite19baa85fabaa5bccbebda6dcf334dcfae2bede9 (patch)
tree0e4f1b04781b34df93d439aba9e5d1420a5373d7 /tasks
parentSimplified and fixed borg role (diff)
downloadborg-ansible-role-e19baa85fabaa5bccbebda6dcf334dcfae2bede9.tar.gz
borg-ansible-role-e19baa85fabaa5bccbebda6dcf334dcfae2bede9.tar.bz2
borg-ansible-role-e19baa85fabaa5bccbebda6dcf334dcfae2bede9.zip
Moved borg action plugin into its own role
Diffstat (limited to 'tasks')
-rw-r--r--tasks/main.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tasks/main.yml b/tasks/main.yml
index 91910ef..69df94d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -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