We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ansible-role-ara_api/tasks/install/source.yaml
Line 14 in b9aa2d5
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 # TODO: Check why this is failing - name: install python-passlib for managing authentication credentials pip:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ansible-role-ara_api/tasks/install/source.yaml
Line 14 in b9aa2d5
The text was updated successfully, but these errors were encountered: