Skip to content

Commit

Permalink
build(make): fix ANSIBLE_ROLES_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
donhector committed Jan 17, 2022
1 parent 7db16f0 commit f211496
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
@@ -1,5 +1,5 @@
export PIPENV_VENV_IN_PROJECT := true
export ANSIBLE_ROLES_PATH := "${PWD}/.."
export ANSIBLE_ROLES_PATH := ${PWD}/..

define hr
@printf '%.s─' $$(seq 1 $$(tput cols))
Expand Down

0 comments on commit f211496

Please sign in to comment.