Add graphics packages
This commit is contained in:
parent
95e53786f9
commit
59b057463d
@ -9,6 +9,7 @@
|
|||||||
- { role: alpine}
|
- { role: alpine}
|
||||||
- { role: arch}
|
- { role: arch}
|
||||||
- { role: packages-development}
|
- { role: packages-development}
|
||||||
|
- { role: packages-graphics}
|
||||||
# - { role: network, tags: ['network'] }
|
# - { role: network, tags: ['network'] }
|
||||||
# - { role: kernel, tags: ['kernel'] }
|
# - { role: kernel, tags: ['kernel'] }
|
||||||
# - { role: base, tags: ['base'] }
|
# - { role: base, tags: ['base'] }
|
||||||
|
7
roles/packages-graphics/tasks/main.yaml
Normal file
7
roles/packages-graphics/tasks/main.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Install Krita
|
||||||
|
pacman: name=krita
|
||||||
|
|
||||||
|
- name: Install Blender
|
||||||
|
pacman: name=blender
|
Loading…
Reference in New Issue
Block a user