You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the same issue.
Reason is, that freeradius has (slightly) modified their directory structure, by adding a directory named 3.0/ to /etc/freeradius/
As a workaround, this can simply be fixed by adjusting the variable freeradius_dir in this role (in my case in ~/.ansible/roles/openwisp.openwisp2/defaults/main.yml) to /etc/freeradius/3.0.
You might use this command (check your module path with ansible --version upfront): sed -i 's|freeradius_dir: /etc/freeradius|freeradius_dir: /etc/freeradius/3.0|' ~/.ansible/roles/openwisp.openwisp2/defaults/main.yml
Hi,
it looks like it's the wrong path to freeradius config dir.
The text was updated successfully, but these errors were encountered: