Skip to content

Commit

Permalink
Rename install makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Nov 25, 2023
1 parent af416de commit f126484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ all: install version lint test
test: lint
poetry run molecule test -s ${MOLECULE_SCENARIO}

install:
poetry:
@type poetry >/dev/null || pip3 install poetry
@poetry install

lint: install
lint: poetry
poetry run yamllint .
poetry run ansible-lint .

Expand Down

0 comments on commit f126484

Please sign in to comment.