1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

iptables_state: get rid of temporary files (#11258)

Get rid of temporary files.
This commit is contained in:
Felix Fontein 2025-12-06 13:40:59 +01:00 committed by GitHub
parent 3d25aac978
commit 0ef3eac0f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 47 additions and 46 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "iptables_state - refactor code to avoid writing unnecessary temporary files (https://github.com/ansible-collections/community.general/pull/11258)."