mirror of https://github.com/ansible/ansible.git
pip - fix reporting changed for empty venv creation (#85556)
* Add correct empty venv creation handling Makes the module exit with changed=True when an empty venv is created with correct module output * Add tests for creating an empty venvpull/85613/head
parent
c0256d6edf
commit
817f0af239
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- pip - Fix pip module output so that it returns changed when the only operation is initializing a venv.
|
||||
Loading…
Reference in New Issue