Ansible_workstation/tasks/borg_server.yml

6 lines
78 B
YAML
Raw Normal View History

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