aboutsummaryrefslogtreecommitdiff
path: root/tasks/common.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/common.yml')
-rw-r--r--tasks/common.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/tasks/common.yml b/tasks/common.yml
index 057cd25..6e8ed55 100644
--- a/tasks/common.yml
+++ b/tasks/common.yml
@@ -1,15 +1,7 @@
---
-- name: set distro-specific server variables
- include_vars: '{{ ansible_os_family }}.yml'
-
-- name: Check if borg is supported on distro
- fail:
- msg: "borg tasks are not supported on this operating system yet."
- when: borg_packages is not defined
-
- name: Ensure borg is installed
package:
- name: "{{ borg_packages }}"
+ name: "{{ borg.package_name }}"
- name: Push borg gathering fact on client
copy: