jonmorehouse/terraform-provisioner-ansible

provisioner.ansible: Unrecognized remote plugin message

Opened this issue · 1 comments

`terraform plan
1 error(s) occurred:

  • provisioner.ansible: Unrecognized remote plugin message: 2|unix|/tmp/tf-plugin143131150

This usually means that the plugin is either invalid or simply
needs to be recompiled to support the latest protocol.
payamzowghi@ubuntu:~/Desktop/terraform/ansible-provision`

Do you know the solution?

I had the same issue and found this https://www.terraform.io/docs/internals/internal-plugins.html
I downloaded version 0.6.16 which was much different from current 0.9.11 (in 0.9.11 archive only "terraform" file present and in 0.6.16 are 44 files (terraform and plugins)).
Tried with that oldest version and it works fine.
Now I'm going to compile from the source code the latest version of terraform-provisioner-ansible plugin included.