Skip to content

Commit

Permalink
Fix debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Gonzalez committed Nov 21, 2024
1 parent ea36c60 commit 00e137e
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 @@ -27,7 +27,7 @@ lint: install
test dependency create prepare converge idempotence side-effect verify destroy login reset list:
KIND_RELEASE=$(KIND_RELEASE) \
K8S_RELEASE=$(K8S_RELEASE) \
${ANSIBLE_DEBUG}=True ${ANSIBLE_VERBOSITY}=5 poetry run molecule $@ -s ${MOLECULE_SCENARIO}
ANSIBLE_DEBUG=True ANSIBLE_VERBOSITY=5 poetry run molecule $@ -s ${MOLECULE_SCENARIO}

rebuild: destroy prepare create

Expand Down

0 comments on commit 00e137e

Please sign in to comment.