Stouts / Stouts.openvpn

Ansible role to install and configure OpenVPN server
MIT License
287 stars 207 forks source link

Fix include path #50

Closed ldx closed 5 years ago

ldx commented 7 years ago

Not sure if this is due to the version of ansible I use (1.9.6), but it can't find the var files when running include_vars. Changing paths to be a relative path fixes the issue for me.

conorsch commented 7 years ago

@ldx In order retain compatibility with multiple versions of Ansible, how about an explicit solution: {{ role_path }}/vars? If you agree and can modify, I think this is good for merge!

ldx commented 7 years ago

@conorsch good idea! Changed and amended my commit.

nkakouros commented 5 years ago

This is not needed anymore and refers to an old version of ansible.