This repository has been archived on 2024-04-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
setup/Makefile
2023-01-23 10:10:48 +01:00

5 lines
94 B
Makefile

all:
ansible-playbook playbooks/all.yml
%:
ansible-playbook playbooks/all.yml --tags "$@"