mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
15 lines
229 B
YAML
15 lines
229 B
YAML
---
|
|
- 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
|