diff --git a/playbook.yml b/playbook.yml index 92aa81f..f49f563 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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"] } diff --git a/roles/borg/tasks/main.yml b/roles/borg/tasks/main.yml deleted file mode 100644 index ec1fb69..0000000 --- a/roles/borg/tasks/main.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Install borg - community.general.pacman: - name: - - python-llfuse - - borg - state: present