radekg / terraform-provisioner-ansible

Ansible with Terraform 0.14.x
Apache License 2.0
572 stars 100 forks source link

Remote provisioning will hang on cloud instances #145

Closed bagel-dawg closed 4 years ago

bagel-dawg commented 4 years ago

Summary

If the file /var/lib/cloud/instance/boot-finished exists, the remote installer will never continue the way the bash script is written.

This was never an issue before, as you had used until instead of while previously.

Other Information

Is there anything else relevant to your pull request? Please mention it here.

Thank you for contributing!

radekg commented 4 years ago

Thank you, what a silly mistake from my side! I'll take care of this PR within the next 24 hours.

diamonwiggins commented 4 years ago

@radekg any updates?