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

Merge "Fix Python setup when venv is not used"

parents 2c32e668 e748faea
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@
- python3-setuptools
- python3-pip
package:
name: "{{ packages | select }}"
name: "{{ packages | select | list }}"
state: present
become: True
when: virtualenv is not defined
---
fixes:
- |
Fixes an issue with Python setup when venv is not used. See `story 2008378
<https://storyboard.openstack.org/#!/story/22008378>`__ for details.
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