ansible / terraform-provider-ansible

community terraform provider for ansible
https://registry.terraform.io/providers/ansible/ansible/latest
GNU General Public License v3.0
183 stars 42 forks source link

Fix race condition with multiple inventories #40

Closed fbjerggaard closed 1 year ago

fbjerggaard commented 1 year ago

I don't see why we are getting all the temp inventory files existing on disk since we are only ever generating 1. This PR fixes that by only using the one we just generated

Fixes #38

rwblokzijl commented 1 year ago

@anazobec @gravesm would it be possible to merge this? For us this has lead to behaviour were the playbook was run on an inventroy file from a previous failed terraform run, and therefore on the wrong host.