ansible / eda-server

Event Driven Ansible for AAP
Apache License 2.0
64 stars 41 forks source link

fix: ensure tempfiles are closed #885

Closed bzwei closed 4 months ago

bzwei commented 4 months ago

move all cli calls to the same try block so that the finally block can make sure tempfiles are closed.