diff --git a/makefile b/makefile index 171a2f9..366c279 100644 --- a/makefile +++ b/makefile @@ -4,4 +4,4 @@ collections: sudo ansible-galaxy collection install -p collections kewlfft.aur install: collections - ansible-playbook --ask-become-pass playbook.yml + ansible-playbook --ask-become-pass --inventory ./ansible/hosts playbook.yml