mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
8 lines
208 B
Makefile
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
|