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