polytech-ansible-2023/Makefile
Thomas Maurice 4667b5de57
All checks were successful
Master branch: build & lint / build (push) Successful in 1m8s
upgrade(README): Improve README, clarify instructions and add documentation links
2024-03-24 12:46:12 +01:00

9 lines
198 B
Makefile

venv:
if ! [ -d venv ]; then python3 -m venv venv; fi;
./venv/bin/pip install -r requirements.txt
install:
ansible-galaxy install -r requirements.yml
action:
act -W .gitea/workflows/on_pr.yml