replace abcde with whipper

This commit is contained in:
Pig Monkey 2024-12-01 18:16:34 -08:00
parent 919d40239e
commit 34ae47664a
2 changed files with 5 additions and 10 deletions

View file

@ -1,9 +0,0 @@
---
- name: Install abcde and dependencies
pacman:
name:
- cdparanoia
- abcde
state: present
tags:
- abcde

View file

@ -1,6 +1,5 @@
---
- include_tasks: beets.yml
- include_tasks: abcde.yml
- include_tasks: imagemagick.yml
- include_tasks: inkscape.yml
- include_tasks: gimp.yml
@ -61,3 +60,8 @@
pacman:
name: digikam
state: present
- name: Install whipper
pacman:
name: whipper
state: present