Files
dotfiles/makefile
T

8 lines
208 B
Makefile

.PHONY: install collections
collections:
sudo ansible-galaxy collection install -p collections kewlfft.aur
install: collections
ansible-playbook --ask-become-pass --inventory ./ansible/hosts playbook.yml