Merge "Fix Python setup when venv is not used"
This commit is contained in:
commit
d169b4f5c7
@ -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
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with Python setup when venv is not used. See `story 2008378
|
||||
<https://storyboard.openstack.org/#!/story/22008378>`__ for details.
|
Loading…
Reference in New Issue
Block a user