mirror of https://github.com/ansible/ansible.git
Fix env lookup plugin error on utf8 values (#65541)
This commit fixes issue #65297. The env lookup plugin used to fail when environment variable value contained any UTF-8 characters (e.g., δ, ζ).pull/60679/head
parent
05e2e18061
commit
2fa8f9cfd8
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- env lookup plugin - Fix handling of environment variables values containing utf-8 characters. (https://github.com/ansible/ansible/issues/65298)
|
Loading…
Reference in New Issue