upgrade repositories

This commit is contained in:
Pim Kunis 2022-11-26 00:32:24 +01:00
parent b633b59cfb
commit f0fd0bd7f5
4 changed files with 21 additions and 1 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
run:
ansible-playbook playbooks/setup.yml -i inventory/hosts.yml -K
.PHONY: run