mirror of https://github.com/ansible/ansible.git
respawn: Update ENV dict copy with PYTHONPATH value (#84962)
* Use shallow copy of os.environ to update PYTHONPATH value instead of using '|' operator Fixes: #84954 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/84971/head
parent
4bc4030988
commit
82e4b469f6
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- respawn - use copy of env variables to update existing PYTHONPATH value (https://github.com/ansible/ansible/issues/84954).
|
||||
Loading…
Reference in New Issue