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 c7f9c911e606dc134ccce6ef9254f8596a4d74cf, specifically - ``` - name: set local inventory dir variable set_fact: inventory_dir: "/vagrant/" when: inventory_dir == false and vlad_running_local == false ``` and ``` when: inventory_dir ``` from the site.yml, then I can get the box up.
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.