Add development packages and godot

This commit is contained in:
CactiChameleon9 2022-07-15 20:28:23 +01:00
parent 52ac5b7910
commit 95e53786f9
2 changed files with 5 additions and 0 deletions

View File

@ -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'] }

View File

@ -0,0 +1,4 @@
---
- name: Install Godot
pacman: name=godot