From c0d424a4efa0f518547871dc8656732de933c89a Mon Sep 17 00:00:00 2001 From: kksat <22549266+kksat@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:34:50 +0200 Subject: [PATCH] fix makefile Signed-off-by: kksat <22549266+kksat@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fca20a3..4cf64cd 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ansible-lint: .venv/bin/activate ## Run ansible-lint . .venv/bin/activate && tox -e ansible-lint %: .venv/bin/activate ## Run tox with the specified environment - . .venv/bin/activate && tox exec -e run -- ansible-playbook -i ansible_collections/solid/example/inventory.ini ansible_collections/solid/example/playbooks/$*.yml + . .venv/bin/activate && tox exec -e run -- ansible-playbook -i ansible_collections/solid/example/inventory.ini ansible_collections/solid/example/playbooks/$@.yml .PHONY: clean clean: ## Clean all generated files