Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
Signed-off-by: kksat <22549266+kksat@users.noreply.github.com>
  • Loading branch information
kksat committed Jul 10, 2024
1 parent fba784f commit c0d424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0d424a

Please sign in to comment.