From 695a028d447a045530375aada0a079c2294448b2 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 8 May 2023 09:47:48 +0200 Subject: [PATCH] added a dependency to the install command to install collections as well --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 570c887..171a2f9 100644 --- a/makefile +++ b/makefile @@ -3,4 +3,5 @@ collections: sudo ansible-galaxy collection install -p collections kewlfft.aur +install: collections ansible-playbook --ask-become-pass playbook.yml