Open chaosenze opened 2 years ago
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
Fix available here:
Hi,
it looks like it's the wrong path to freeradius config dir.