add dev software list
This commit is contained in:
parent
5a823cc793
commit
cf1f90a603
3 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
- import_tasks: software/minimal.yaml
|
- import_tasks: software/minimal.yaml
|
||||||
- import_tasks: software/desktop.yaml
|
- import_tasks: software/desktop.yaml
|
||||||
- import_tasks: software/graphics.yaml
|
- import_tasks: software/graphics.yaml
|
||||||
|
- import_tasks: software/dev.yaml
|
||||||
- import_tasks: software/gamedev.yaml
|
- import_tasks: software/gamedev.yaml
|
||||||
|
|
6
roles/software/tasks/software/dev.yaml
Normal file
6
roles/software/tasks/software/dev.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
- name: install gamedev packages
|
||||||
|
package:
|
||||||
|
state: present
|
||||||
|
name:
|
||||||
|
- neovim
|
||||||
|
- pyright
|
|
@ -3,6 +3,5 @@
|
||||||
state: present
|
state: present
|
||||||
name:
|
name:
|
||||||
- godot
|
- godot
|
||||||
- neovim
|
|
||||||
- blender
|
- blender
|
||||||
- krita
|
- krita
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue