From 95e53786f964edc23b101172cd4c4718d1d6ceda Mon Sep 17 00:00:00 2001 From: CactiChameleon9 Date: Fri, 15 Jul 2022 20:28:23 +0100 Subject: [PATCH] Add development packages and godot --- playbook.yaml | 1 + roles/packages-development/tasks/main.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 roles/packages-development/tasks/main.yaml diff --git a/playbook.yaml b/playbook.yaml index 6f87a26..f3616f0 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -8,6 +8,7 @@ roles: - { role: alpine} - { role: arch} + - { role: packages-development} # - { role: network, tags: ['network'] } # - { role: kernel, tags: ['kernel'] } # - { role: base, tags: ['base'] } diff --git a/roles/packages-development/tasks/main.yaml b/roles/packages-development/tasks/main.yaml new file mode 100644 index 0000000..4ce7794 --- /dev/null +++ b/roles/packages-development/tasks/main.yaml @@ -0,0 +1,4 @@ +--- + +- name: Install Godot + pacman: name=godot