mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-01 02:33:10 +01:00
14 lines
223 B
YAML
14 lines
223 B
YAML
- name: install designer tools
|
|
community.general.pacman:
|
|
name:
|
|
- gimp
|
|
- blender
|
|
state: present
|
|
|
|
- name: install drawio
|
|
kewlfft.aur.aur:
|
|
use: yay
|
|
name:
|
|
- drawio-desktop
|
|
become: false
|