mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-24 23:46:32 +00:00
Add missing variable for storing returned file object. This prevents an I/O error because the f.writelines() call will be against a closed file.