From d3da369428eadffc196be8e427ad08292f308591 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 8 May 2023 09:47:31 +0200 Subject: [PATCH] added a collection installation command --- makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 357c620..570c887 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,6 @@ -.PHONY: install +.PHONY: install collections + +collections: + sudo ansible-galaxy collection install -p collections kewlfft.aur -install: ansible-playbook --ask-become-pass playbook.yml