Releases: rhythmictech/terraform-aws-imagebuilder-component-ansible
Releases · rhythmictech/terraform-aws-imagebuilder-component-ansible
v4.0.2 - bug fixes
fix pyenv
v4.0.1 - actually use pyenv
instead of just saying 4.0.0 will
v4.0.0 - switch python to pyenv
moved this to 4.0.0 because it could potentially be a breaking changes. switching to pyenv so we can use modern python
3.2.0 - Allow running ansible without venv
v3.2.0 allow running without venv
V3.1.1 - Bug Fix
Change coalesce to try for repo_port so that null ports don't cause an error
v3.1.0 - Move ansible to python venv
Merge pull request #21 from rhythmictech/ENG-3526 move ansible to python 3 venv
v3.0.0 - Migrate to AWS Provider from CloudFormation
Merge pull request #20 from rhythmictech/v1.X Refactor to use AWS Provider instead of CloudFormation
v2.0.4 - Remove non-functional additional_packages var
Merge pull request #19 from rhythmictech/remove_additional_pkgs move additional packages var to setup/teardown modules
Set HOME before Ansible run
Ensure's the $HOME variable is correctly set before running ansible, as some items require it.
v2.0.2 - Clean up ansible-repo dir before git clone
does an rm -rf on the ansible-repo dir before doing a git clone into it as a sanity check/additional level of assurance