ansible/changelogs/fragments/65372-misc-context-manager.yml
Mads Jensen a0e6bf366e Use context manager for file handling in misc files. (#65372)
The file handles are left open in those files.
2019-12-21 13:01:38 +01:00

5 lines
315 B
YAML

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.