This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
Releases: radekg/terraform-provisioner-ansible
Releases · radekg/terraform-provisioner-ansible
v2.5.0
v2.4.0
v2.3.3
v2.3.2
Fixed
- further fixes to the remote provisioner built-in installer script: #130 (comment), related commit: 9f97685
- When using a remote bastion, if an Ansible play has run before but failed any future applys fail on the bastion, reported by @donovanmuller; fixed with Remote bootstrap directory exists check simplification
- Error: rpc error: code = Internal desc = grpc: error while marshaling: proto: field "tfplugin5.ProvisionResource.Response.Output" contains invalid UTF-8, reported by @donovanmuller; fixed with Ensure that the output from remote provisioner command contains valid UTF-8
v2.3.1
Fixed
- default Ansible installer script is now posix compatible: #131,
New features
- the provisioner is now compatible with Terraform 0.11.x and 0.12.x, author: @cryptobioz in #132
- implement
ansible-galaxy install
for local and remote provisioners: #137
Other
v2.3.0
v2.2.1
v2.2.0
New features
- Increased test coverage, new test features allow for testing actual runs giving a much bigger confidence in future releases
Other
- Terraform dependency updated to v0.11.13
- CI changed from Travis to CircleCI