Skip to content

Commit

Permalink
Update source.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Apr 16, 2022
1 parent 88ab5a0 commit b9aa2d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/install/source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
pip:
name: "{{ ara_api_source_checkout }}[server]"
state: present
virtualenv: "{{ ara_api_venv | bool | ternary(ara_api_venv_path, omit) }}"
virtualenv_command: /usr/bin/python3 -m venv
# virtualenv: "{{ ara_api_venv | bool | ternary(ara_api_venv_path, omit) }}"
# virtualenv_command: /usr/bin/python3 -m venv
# TODO: Check why this is failing

- name: install python-passlib for managing authentication credentials
pip:
Expand Down

0 comments on commit b9aa2d5

Please sign in to comment.