mirror of https://github.com/ansible/ansible.git
[ansiballz] ensure that '' is not in sys.path (#69342)
Change: On OpenBSD when using pipelining, we do not set cwd which results in a permissions fatal. Ensure that `''` - cwd - is not in `sys.path`. Test Plan: Tested against local OpenBSD VM Tickets: Fixes #69320 Signed-off-by: Rick Elrod <rick@elrod.me>pull/69800/head
parent
79ab798427
commit
2abaf320d7
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansiballz - remove '' and '.' from sys.path to fix a permissions issue on OpenBSD with pipelining (#69320)
|
Loading…
Reference in New Issue