Open Skye-Lu opened 6 months ago
+1 as I am running into the exact same issue now. Has been working for months and stopped working. I am runnning it in an Ubuntu container
This error weirdly dispeared on ubuntu (did nothing just rerun the pipeline)
│
│ with ansible_vault.secrets,
│ on data-extracted.tf line 31, in resource "ansible_vault" "secrets":
│ 31: resource "ansible_vault" "secrets" {
│
│ ansible-playbook
So just bumping ansible version to 1.3.0 on ubuntu is good now.
I have the same problem. I was using version 1.1.0 for a few months but recently i got the error that the provider is not available for my platform linux_amd64. Updating to version 1.3.0 did not fix it for me on ubuntu 22.04.
same for me
I have been using Ansible provider for 8 months, version is 1.1.0. It works well until yesterday I run the pipeline and got the error when
terraform init
Error: Incompatible provider version│ Provider registry.terraform.io/ansible/ansible v1.1.0 does not have a│ package available for your current platform, linux_amd64.
(Nothing has changed on my code) 1.2.0 has same errors as 1.1.0.Found that 1.3.0 been published 14 days ago, the last time I run the pipeline is 15 days ago working well.
After bump ansible provider version to 1.3.0,
terraform init
is good, butterraform plan
error logs are:Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers.
( Same errors with TF_LOG=DEBUG).ansible_vault is the only resource used in my case.
Then I ran terraform init & plan locally on my local (Mac M1 arm64) with 1.3.0, it works well. Here's my local terraform version:
Terraform v1.5.6 on darwin_arm64
Changing pipeline pool from ubuntu to Macos works for now.
Can somebody help with that? Thank you.