mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
consolidate optical authoring tools into optical role
This commit is contained in:
parent
d90b698af7
commit
5947bcabd8
4 changed files with 16 additions and 6 deletions
|
|
@ -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'] }
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
- include: beets.yml
|
||||
- include: abcde.yml
|
||||
- include: xfburn.yml
|
||||
- include: imagemagick.yml
|
||||
- include: inkscape.yml
|
||||
- include: gimp.yml
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Install xfburn
|
||||
pacman: name=xfburn state=present
|
||||
tags:
|
||||
- xfburn
|
||||
15
roles/optical/tasks/main.yml
Normal file
15
roles/optical/tasks/main.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue