mirror of https://github.com/ansible/ansible.git
Require blocking IO for ansible CLI. (#77639)
parent
62d03c8e75
commit
e2d54d3594
@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- ansible - At startup the stdin/stdout/stderr file handles are checked to verify they are using blocking IO.
|
||||
If not, the process exits with an error reporting which file handle(s) are using non-blocking IO.
|
||||
Loading…
Reference in New Issue