Add development packages and godot
This commit is contained in:
parent
52ac5b7910
commit
95e53786f9
@ -8,6 +8,7 @@
|
|||||||
roles:
|
roles:
|
||||||
- { role: alpine}
|
- { role: alpine}
|
||||||
- { role: arch}
|
- { role: arch}
|
||||||
|
- { role: packages-development}
|
||||||
# - { role: network, tags: ['network'] }
|
# - { role: network, tags: ['network'] }
|
||||||
# - { role: kernel, tags: ['kernel'] }
|
# - { role: kernel, tags: ['kernel'] }
|
||||||
# - { role: base, tags: ['base'] }
|
# - { role: base, tags: ['base'] }
|
||||||
|
4
roles/packages-development/tasks/main.yaml
Normal file
4
roles/packages-development/tasks/main.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Install Godot
|
||||||
|
pacman: name=godot
|
Loading…
Reference in New Issue
Block a user