ROLE := ansible-capsul deps: @if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi test: cd $(ROLE) && ../.venv/bin/molecule test --destroy=never .PHONY: deps test