Alexey Vekshin
Alexey Vekshin
> To those interested in this ticket: check out https://github.com/anna-kampani/terraform-provider-godaddy. They appear to have forked and solved this problem. Facing similar issues, I've decided to [re-implement](https://registry.terraform.io/providers/veksh/godaddy-dns) provider from scratch to...
> Any updates on this? its really impossible to use it, almost gave up and updating manually now. Facing similar issues, I've decided to [re-implement](https://registry.terraform.io/providers/veksh/godaddy-dns) provider from scratch to operate...
In case of github action work-around is just to install ansible + lint from system packages (or pip) and run it. ``` yaml jobs: lint: name: Ansible Lint runs-on: ubuntu-latest...