remove borg

This commit is contained in:
Pig Monkey 2026-05-08 10:45:40 -07:00
parent 4ca00a2810
commit 2d45771d0b
2 changed files with 0 additions and 8 deletions

View file

@ -66,7 +66,6 @@
- { role: backitup, tags: ["backitup"] }
- { role: cryptshot, tags: ["cryptshot"], when: "cryptshot is defined" }
- { role: resnap, tags: ["resnap"], when: "resnap is defined" }
- { role: borg, tags: ["borg"] }
- { role: tarsnap, tags: ["tarsnap"] }
- { role: mapping, tags: ["mapping"] }
- { role: sound, tags: ["sound"] }

View file

@ -1,7 +0,0 @@
---
- name: Install borg
community.general.pacman:
name:
- python-llfuse
- borg
state: present