cloudposse / terraform-null-ansible

Terraform Module to run ansible playbooks

Home Page:https://cloudposse.com/accelerate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected EOF errors

ap1969 opened this issue · comments

Hi,
I'm getting internmittent unexpected EOF errors, from module.ansible_provisioner.data.archive_file.default , but I can't work out what's causing it. It seems to take effect whether I'm doing apply, plan, or destory, and then suddenly stops working. Have you seen this before?

Regards,
Andy

Hrmmmm we are doing a lot less with ansible these days, so not actively using this module. We used it with another client. I have an idea, however, what could be causing it.

Can you try forking it and commenting out this line? See if your problems go away. If they go away, then there's some kind of race condition.

https://github.com/cloudposse/terraform-null-ansible/blob/master/main.tf#L36