Ansible_workstation/tasks/borg_server.yml

6 lines
78 B
YAML

---
- name: Install borgbackup
apt:
name: borgbackup
state: present