From c3c5cc09e785e985f4b49e8e5d9f15c3038bf281 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 7 Feb 2021 14:33:03 +0000 Subject: [PATCH] Only install base ansible package This means there's no collection bloat --- tasks/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dev.yml b/tasks/dev.yml index 36b0600..2629576 100644 --- a/tasks/dev.yml +++ b/tasks/dev.yml @@ -14,7 +14,7 @@ become: true become_user: aur_builder loop: - - ansible + - ansible-base - arduino - arduino-cli - arduino-builder