Install Borg backup package on servers
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 7s
Nix Format Check / check-format (push) Failing after 19s
Python Lint Check / check-python (push) Failing after 7s

This commit is contained in:
2025-07-25 13:45:00 +02:00
parent 21ea904169
commit b72f42ec5d

View File

@@ -13,6 +13,13 @@
state: present
when: ansible_pkg_mgr != 'pacman'
- name: Ensure server packages are installed
ansible.builtin.package:
name:
- borg
state: present
become: true
- name: Include JuiceFS tasks
ansible.builtin.include_tasks: juicefs.yml
tags: