mirror of https://github.com/ansible/ansible.git
Use context manager for file handling in misc files. (#65372)
The file handles are left open in those files.pull/66018/head
parent
b580f2929d
commit
a0e6bf366e
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- spacewalk inventory - improve file handling by using a context manager.
|
||||
- intersight_rest_api, intersight_info - improve file handling by using a context manager.
|
||||
- one_vm - improve file handling by using a context manager.
|
||||
- postgresql_query - improve file handling by using a context manager.
|
Loading…
Reference in New Issue