Skip to content
Snippets Groups Projects
Commit bf732329 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Update python dependencies in kolla-ansible virtualenv"

parents 74c9d431 9831302e
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@
- name: Ensure required Python packages are installed
pip:
requirements: "{{ kolla_ansible_venv }}/requirements.txt"
state: present
state: latest
extra_args: "{% if kolla_upper_constraints_file %}-c {{ kolla_upper_constraints_file }}{% endif %}"
virtualenv: "{{ kolla_ansible_venv }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment