We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for this Role. It is one of my favorite. I found one issue.
I wanted to create a new vpn server without clients. I see the issue when I set clients: [] I saw:
clients: []
TASK [ansible_openvpn : VPN | Revokation | Check for already revoked users in local list] fatal: [-]: FAILED! => {"msg": "'usernames' is undefined"}
Quick workaround: Role will work when you set usernames: []
usernames: []
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for this Role. It is one of my favorite. I found one issue.
I wanted to create a new vpn server without clients. I see the issue when I set
clients: []
I saw:Quick workaround:
Role will work when you set
usernames: []
The text was updated successfully, but these errors were encountered: