-
Notifications
You must be signed in to change notification settings - Fork 53
Box fails to provision: template error while templating string #365
Comments
Seems to be the |
Very strange. I always do a full provision before releasing a new version just in case and this error wasn't there. Just did a test provision now to test and it all worked. |
ansible 1.9.2 |
That might be it. I'm running Ansible 2.0.0.1. |
Sounds likely: I can't upgrade my ansible because I'm hitting an error with OPENSSL that I can't seem to find a workaround for: I made the stupid mistake up upgrading OSX last month and have regretted it ever since. But I'd guess the version is the cause. |
I'm sure I had the same problem when I upgraded. Can't remember how I got around it now... :( |
It was the cryptography dependency that was failing: fixed it with the approach in http://masnun.com/2015/12/01/fixing-fatal-error-opensslaes-h-file-not-found-on-os-x.html No issues provisioning in Ansible 2.1.0, so yeah looks like it needs an update the the minimum Ansible version requirement. |
Cool. Thanks for clarifying :) |
With the latest release of VLAD, I'm getting the error -
TASK: [get current Vlad version] **********************************************
fatal: [192.168.100.100] => Failed to template {% if [my base path]/vlad/vlad_guts %} True {% else %} False {% endif %}: template error while templating string: unexpected '/'
If I remove the changes in c7f9c91, specifically -
and
from the site.yml, then I can get the box up.
The text was updated successfully, but these errors were encountered: