consolidate optical authoring tools into optical role

This commit is contained in:
Pig Monkey 2019-07-02 22:09:31 -07:00
parent d90b698af7
commit 5947bcabd8
4 changed files with 16 additions and 6 deletions

View file

@ -29,6 +29,7 @@
- { role: editors, tags: ['editors'] }
- { role: filesystems, tags: ['filesystems'] }
- { role: archive, tags: ['archive'] }
- { role: optical, tags: ['optical'] }
- { role: udisks, tags: ['udisks'] }
- { role: spell, tags: ['spell'] }
- { role: browsers, tags: ['browsers'] }

View file

@ -1,7 +1,6 @@
---
- include: beets.yml
- include: abcde.yml
- include: xfburn.yml
- include: imagemagick.yml
- include: inkscape.yml
- include: gimp.yml

View file

@ -1,5 +0,0 @@
---
- name: Install xfburn
pacman: name=xfburn state=present
tags:
- xfburn

View file

@ -0,0 +1,15 @@
---
- name: Install cdrtools
pacman:
name: cdrtools
state: present
- name: Install dvd+rw-tools
pacman:
name: dvd+rw-tools
state: present
- name: Install xfburn
pacman:
name: xfburn
state: present