mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-14 00:41:06 +01:00
18 lines
327 B
YAML
18 lines
327 B
YAML
- name: install general software
|
|
community.general.pacman:
|
|
name:
|
|
# description language interpreters
|
|
#- texlive-most
|
|
|
|
# compression tools
|
|
#- p7zip
|
|
|
|
# video/picture manipulation
|
|
#- gimp
|
|
#- blender
|
|
#- obs-studio
|
|
|
|
# virtualization tools
|
|
#- qemu
|
|
state: present
|