JNPRAutomate / ansible-junos-evpn-vxlan

Sample project that use Ansible and Jinja2 template to automatically generate configurations for Juniper devices deploy in EVPN/VXLAN fabric mode
MIT License
91 stars 64 forks source link

added build dir creation #43

Closed elcool0r closed 7 years ago

elcool0r commented 7 years ago

Don't know why but I've ran into the problem that the build dir isn't created. This fixed my problem but maybe you have another suggestion.

dgarros commented 7 years ago

Hi

Good point, this action should probably be part of all roles Currently it's done in the playbook pb.init.make_clean.yaml here

the playbook pb.conf.all.yaml includes pb.init.make_clean.yaml at the beginning

To make it consistent, please could you :

Thanks

elcool0r commented 7 years ago

thanks for the info, i've commented the default make clean so now i know why this happens :)

elcool0r commented 7 years ago

I don't have the time right now to make a new plull request but I will do this in 1-2 weeks hopefully along with some other enhancements.