Skip to content

Commit

Permalink
fix: PYTHON_BIN not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 11, 2024
1 parent c8ebab7 commit 9f5999e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .taskfiles/AnsibleTasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# yaml-language-server: $schema=https://taskfile.dev/schema.json
version: "3"

vars:
PYTHON_BIN: python3

env:
PATH: "{{.ROOT_DIR}}/.venv/bin:$PATH"
VIRTUAL_ENV: "{{.ROOT_DIR}}/.venv"
Expand Down

0 comments on commit 9f5999e

Please sign in to comment.