Closed mikysal78 closed 4 years ago
Fix edit task simple.yml (Line 8)...
- name: Setup simple authentication
template:
src: authentication/auth-client.sh.j2
dest: "{{ openvpn_etcdir }}/auth-client.sh"
mode: 0o755
when: openvpn_simple_auth and openvpn_simple_auth_password
notify: openvpn restart
Options error: --auth-user-pass-verify script fails with 'auth-client.sh': No such file or directory (errno=2) Options error: Please correct this error.
My playbook